Html Css Color HEX #CFB204 Bird Flower

📋 copy color: '#CFB204'

red 207 ◦ green 178 ◦ blue 4

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

Shades of Bird Flower #CFB204

Tints of Bird Flower #CFB204

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.76%

 BLUE value IS 4 (1.95% from 255) = 1.03%

R = 53.21%
G = 45.76%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CFB204 (or 0xCFB204) is known color: Bird Flower. HEX triplet: CF, B2 and 04. RGB value is (207,178,4). Sum of RGB (Red+Green+Blue) = 207+178+4=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 4 (1.95% from 255 or 1.03% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFB204 is #304DFB. Grayscale: #A7A7A7. Windows color (decimal): -3165692 or 307919. OLE color: 307919.

HSL color Cylindrical-coordinate representation of color #CFB204: hue angle of 51.43º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFB204 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 178 4 -
CMYK 0 0.14 0.98 0.19
HSL 51.43º 0.96% 0.41% -
HSV(B) 51.43º 0.98% 0.81% -
XYZ 41.67 45.11 6.63 -
YUV 166.84 36.11 156.65 -
System Red Green Blue C M Y K H S L
Decimal 207 178 4 0 0.14 0.98 0.19 51.43 0.96 0.41
Hex CF B2 4 0 E 62 13 33 60 29
Octal 317 262 4 0 16 142 23 63 140 51
Binary 11001111 10110010 100 0 1110 1100010 10011 110011 1100000 101001

Color Harmonies of #CFB204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB204

Black with #CFB204

Text Example


Text Example

White with #CFB204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB204; }

 p { color: rgb(207,178,4); }

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

background-color css

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

 a { background-color: rgb(207,178,4); }

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

border-color css

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

 span { border-color: rgb(207,178,4); }

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