Html Css Color HEX #CFB005 Bird Flower

📋 copy color: '#CFB005'

red 207 ◦ green 176 ◦ blue 5

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

Shades of Bird Flower #CFB005

Tints of Bird Flower #CFB005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.29%

R = 53.35%
G = 45.36%
B = 1.29%

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

#CFB005 (or 0xCFB005) is known color: Bird Flower. HEX triplet: CF, B0 and 05. RGB value is (207,176,5). Sum of RGB (Red+Green+Blue) = 207+176+5=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 5 (2.34% from 255 or 1.29% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFB005 is #304FFA. Grayscale: #A6A6A6. Windows color (decimal): -3166203 or 372943. OLE color: 372943.

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

Color convert

RGB 207 176 5 -
CMYK 0 0.15 0.98 0.19
HSL 50.79º 0.95% 0.42% -
HSV(B) 50.79º 0.98% 0.81% -
XYZ 41.28 44.33 6.52 -
YUV 165.78 37.27 157.4 -
System Red Green Blue C M Y K H S L
Decimal 207 176 5 0 0.15 0.98 0.19 50.79 0.95 0.42
Hex CF B0 5 0 F 62 13 33 5F 2A
Octal 317 260 5 0 17 142 23 63 137 52
Binary 11001111 10110000 101 0 1111 1100010 10011 110011 1011111 101010

Color Harmonies of #CFB005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB005

Black with #CFB005

Text Example


Text Example

White with #CFB005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB005; }

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

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

background-color css

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

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

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

border-color css

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

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

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