Html Css Color HEX #CFB011 Bird Flower

📋 copy color: '#CFB011'

red 207 ◦ green 176 ◦ blue 17

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

Shades of Bird Flower #CFB011

Tints of Bird Flower #CFB011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.25%

R = 51.75%
G = 44%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CFB011 (or 0xCFB011) is known color: Bird Flower. HEX triplet: CF, B0 and 11. RGB value is (207,176,17). Sum of RGB (Red+Green+Blue) = 207+176+17=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 17 (7.03% from 255 or 4.25% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFB011 is #304FEE. Grayscale: #A7A7A7. Windows color (decimal): -3166191 or 1159375. OLE color: 1159375.

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

Color convert

RGB 207 176 17 -
CMYK 0 0.15 0.92 0.19
HSL 50.21º 0.85% 0.44% -
HSV(B) 50.21º 0.92% 0.81% -
XYZ 41.36 44.36 6.91 -
YUV 167.14 43.27 156.43 -
System Red Green Blue C M Y K H S L
Decimal 207 176 17 0 0.15 0.92 0.19 50.21 0.85 0.44
Hex CF B0 11 0 F 5C 13 32 55 2C
Octal 317 260 21 0 17 134 23 62 125 54
Binary 11001111 10110000 10001 0 1111 1011100 10011 110010 1010101 101100

Color Harmonies of #CFB011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB011

Black with #CFB011

Text Example


Text Example

White with #CFB011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB011; }

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

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

background-color css

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

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

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

border-color css

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

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

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