Html Css Color HEX #CFC912 Bird Flower

📋 copy color: '#CFC912'

red 207 ◦ green 201 ◦ blue 18

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

Shades of Bird Flower #CFC912

Tints of Bird Flower #CFC912

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.18%

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

R = 48.59%
G = 47.18%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CFC912 (or 0xCFC912) is known color: Bird Flower. HEX triplet: CF, C9 and 12. RGB value is (207,201,18). Sum of RGB (Red+Green+Blue) = 207+201+18=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 201 (78.91% from 255 or 47.18% from 426); Blue value is 18 (7.42% from 255 or 4.23% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC912 is #3036ED. Grayscale: #B6B6B6. Windows color (decimal): -3159790 or 1231311. OLE color: 1231311.

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

Color convert

RGB 207 201 18 -
CMYK 0 0.03 0.91 0.19
HSL 58.1º 0.84% 0.44% -
HSV(B) 58.1º 0.91% 0.81% -
XYZ 46.73 55.08 8.74 -
YUV 181.93 35.49 145.88 -
System Red Green Blue C M Y K H S L
Decimal 207 201 18 0 0.03 0.91 0.19 58.1 0.84 0.44
Hex CF C9 12 0 3 5B 13 3A 54 2C
Octal 317 311 22 0 3 133 23 72 124 54
Binary 11001111 11001001 10010 0 11 1011011 10011 111010 1010100 101100

Color Harmonies of #CFC912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC912

Black with #CFC912

Text Example


Text Example

White with #CFC912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC912; }

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

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

background-color css

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

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

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

border-color css

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

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

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