#CFB920

Color #CFB920 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #CFB920

Tints of Bird Flower #CFB920

Color information

#CFB920 (or 0xCFB920) is unknown color: approx Bird Flower. HEX triplet: CF, B9 and 20. RGB value is (207,185,32). Sum of RGB (Red+Green+Blue) = 207+185+32=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 32 (12.89% from 255 or 7.55% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB920 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB920 is #3046DF. Grayscale: #AEAEAE. Windows color (decimal): -3163872 or 2144719. OLE color: 2144719.

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

Color convert

RGB20718532-
CMYK00.110.850.19
HSL52.46º73.22%46.86%-
HSV(B)52.46º84.54%81.18%-
XYZ43.3448.078.36-
YUV174.1447.79151.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.82%
GREEN value IS 185 (72.66% from 255) = 43.63%
BLUE value IS 32 (12.89% from 255) = 7.55%
R=48.82%
G=43.63%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071853200.110.850.1952.4673.2246.86
HexCFB9200B551334492f
Octal31727140013125236411157
Binary1100111110111001100000010111010101100111101001001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB920; }

 p { color: rgb(207,185,32); }

 H1.HeaderClassName
 {
   color: #CFB920;
 }
 .AnyTagClassName
 {
   color: #CFB920;
 }
</style>
background-color css

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

 a { background-color: rgb(207,185,32); }

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

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

 span { border-color: rgb(207,185,32); }

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