Html Css Color HEX #CFB016 Bird Flower

📋 copy color: '#CFB016'

red 207 ◦ green 176 ◦ blue 22

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

Shades of Bird Flower #CFB016

Tints of Bird Flower #CFB016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.43%

R = 51.11%
G = 43.46%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CFB016 (or 0xCFB016) is known color: Bird Flower. HEX triplet: CF, B0 and 16. RGB value is (207,176,22). Sum of RGB (Red+Green+Blue) = 207+176+22=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 176 (69.14% from 255 or 43.46% from 405); Blue value is 22 (8.98% from 255 or 5.43% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFB016 is #304FE9. Grayscale: #A8A8A8. Windows color (decimal): -3166186 or 1487055. OLE color: 1487055.

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

Color convert

RGB 207 176 22 -
CMYK 0 0.15 0.89 0.19
HSL 49.95º 0.81% 0.45% -
HSV(B) 49.95º 0.89% 0.81% -
XYZ 41.4 44.37 7.14 -
YUV 167.71 45.77 156.02 -
System Red Green Blue C M Y K H S L
Decimal 207 176 22 0 0.15 0.89 0.19 49.95 0.81 0.45
Hex CF B0 16 0 F 59 13 32 51 2D
Octal 317 260 26 0 17 131 23 62 121 55
Binary 11001111 10110000 10110 0 1111 1011001 10011 110010 1010001 101101

Color Harmonies of #CFB016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB016

Black with #CFB016

Text Example


Text Example

White with #CFB016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB016; }

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

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

background-color css

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

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

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

border-color css

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

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

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