Html Css Color HEX #CFB004 Bird Flower

📋 copy color: '#CFB004'

red 207 ◦ green 176 ◦ blue 4

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

Shades of Bird Flower #CFB004

Tints of Bird Flower #CFB004

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.48%

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

R = 53.49%
G = 45.48%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CFB004 (or 0xCFB004) is known color: Bird Flower. HEX triplet: CF, B0 and 04. RGB value is (207,176,4). Sum of RGB (Red+Green+Blue) = 207+176+4=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 4 (1.95% from 255 or 1.03% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFB004 is #304FFB. Grayscale: #A6A6A6. Windows color (decimal): -3166204 or 307407. OLE color: 307407.

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

Color convert

RGB 207 176 4 -
CMYK 0 0.15 0.98 0.19
HSL 50.84º 0.96% 0.41% -
HSV(B) 50.84º 0.98% 0.81% -
XYZ 41.28 44.32 6.49 -
YUV 165.66 36.77 157.49 -
System Red Green Blue C M Y K H S L
Decimal 207 176 4 0 0.15 0.98 0.19 50.84 0.96 0.41
Hex CF B0 4 0 F 62 13 33 60 29
Octal 317 260 4 0 17 142 23 63 140 51
Binary 11001111 10110000 100 0 1111 1100010 10011 110011 1100000 101001

Color Harmonies of #CFB004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB004

Black with #CFB004

Text Example


Text Example

White with #CFB004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB004; }

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

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

background-color css

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

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

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

border-color css

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

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

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