#CFBA20

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

Shades of Bird Flower #CFBA20

Tints of Bird Flower #CFBA20

Color information

#CFBA20 (or 0xCFBA20) is unknown color: approx Bird Flower. HEX triplet: CF, BA and 20. RGB value is (207,186,32). Sum of RGB (Red+Green+Blue) = 207+186+32=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 32 (12.89% from 255 or 7.53% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBA20 is #3045DF. Grayscale: #AFAFAF. Windows color (decimal): -3163616 or 2144975. OLE color: 2144975.

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

Color convert

RGB20718632-
CMYK00.100.850.19
HSL52.8º73.22%46.86%-
HSV(B)52.8º84.54%81.18%-
XYZ43.5548.498.43-
YUV174.7247.46151.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.71%
GREEN value IS 186 (73.05% from 255) = 43.76%
BLUE value IS 32 (12.89% from 255) = 7.53%
R=48.71%
G=43.76%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071863200.100.850.1952.873.2246.86
HexCFBA200A551335492f
Octal31727240012125236511157
Binary1100111110111010100000010101010101100111101011001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBA20; }

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

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

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

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

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

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

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

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