Html Css Color HEX #CFC012 Bird Flower

📋 copy color: '#CFC012'

red 207 ◦ green 192 ◦ blue 18

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

Shades of Bird Flower #CFC012

Tints of Bird Flower #CFC012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.32%

R = 49.64%
G = 46.04%
B = 4.32%

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

#CFC012 (or 0xCFC012) is known color: Bird Flower. HEX triplet: CF, C0 and 12. RGB value is (207,192,18). Sum of RGB (Red+Green+Blue) = 207+192+18=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 18 (7.42% from 255 or 4.32% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC012 is #303FED. Grayscale: #B1B1B1. Windows color (decimal): -3162094 or 1229007. OLE color: 1229007.

HSL color Cylindrical-coordinate representation of color #CFC012: hue angle of 55.24º degrees, saturation: 0.84, 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 #CFC012 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 192 18 -
CMYK 0 0.07 0.91 0.19
HSL 55.24º 0.84% 0.44% -
HSV(B) 55.24º 0.91% 0.81% -
XYZ 44.69 51.01 8.06 -
YUV 176.65 38.47 149.65 -
System Red Green Blue C M Y K H S L
Decimal 207 192 18 0 0.07 0.91 0.19 55.24 0.84 0.44
Hex CF C0 12 0 7 5B 13 37 54 2C
Octal 317 300 22 0 7 133 23 67 124 54
Binary 11001111 11000000 10010 0 111 1011011 10011 110111 1010100 101100

Color Harmonies of #CFC012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC012

Black with #CFC012

Text Example


Text Example

White with #CFC012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC012; }

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

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

background-color css

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

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

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

border-color css

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

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

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