Html Css Color HEX #CFC013 Bird Flower

📋 copy color: '#CFC013'

red 207 ◦ green 192 ◦ blue 19

#CFC013
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #CFC013

Tints of Bird Flower #CFC013

RGB

 RED value IS 207 (81.25% from 255) = 49.52%

 GREEN value IS 192 (75.39% from 255) = 45.93%

 BLUE value IS 19 (7.81% from 255) = 4.55%

R = 49.52%
G = 45.93%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFC013 (or 0xCFC013) is known color: Bird Flower. HEX triplet: CF, C0 and 13. RGB value is (207,192,19). Sum of RGB (Red+Green+Blue) = 207+192+19=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 19 (7.81% from 255 or 4.55% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC013 is #303FEC. Grayscale: #B1B1B1. Windows color (decimal): -3162093 or 1294543. OLE color: 1294543.

HSL color Cylindrical-coordinate representation of color #CFC013: hue angle of 55.21º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFC013 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 192 19 -
CMYK 0 0.07 0.91 0.19
HSL 55.21º 0.83% 0.44% -
HSV(B) 55.21º 0.91% 0.81% -
XYZ 44.7 51.01 8.11 -
YUV 176.76 38.97 149.57 -
System Red Green Blue C M Y K H S L
Decimal 207 192 19 0 0.07 0.91 0.19 55.21 0.83 0.44
Hex CF C0 13 0 7 5B 13 37 53 2C
Octal 317 300 23 0 7 133 23 67 123 54
Binary 11001111 11000000 10011 0 111 1011011 10011 110111 1010011 101100

Color Harmonies of #CFC013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC013

Black with #CFC013

Text Example


Text Example

White with #CFC013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC013; }

 p { color: rgb(207,192,19); }

 H1.HeaderClassName
 {
   color: #CFC013;
 }
 .AnyTagClassName
 {
   color: #CFC013;
 }
</style>

background-color css

<style>
 a { background-color: #CFC013; }

 a { background-color: rgb(207,192,19); }

 div.DivClassName
 {
   background-color: #CFC013;
 }
 .BgClassName
 {
   background-color: #CFC013;
 }
</style>

border-color css

<style>
 span { border-color: #CFC013; }

 span { border-color: rgb(207,192,19); }

 td.TdClassName
 {
   border-color: #CFC013;
 }
 .TagClassName
 {
   border-color: #CFC013;
 }
</style>