#CFBA18

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

Shades of Bird Flower #CFBA18

Tints of Bird Flower #CFBA18

Color information

#CFBA18 (or 0xCFBA18) is unknown color: approx Bird Flower. HEX triplet: CF, BA and 18. RGB value is (207,186,24). Sum of RGB (Red+Green+Blue) = 207+186+24=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 24 (9.77% from 255 or 5.76% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBA18 is #3045E7. Grayscale: #AEAEAE. Windows color (decimal): -3163624 or 1620687. OLE color: 1620687.

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

Color convert

RGB20718624-
CMYK00.100.880.19
HSL53.11º79.22%45.29%-
HSV(B)53.11º88.41%81.18%-
XYZ43.4648.457.93-
YUV173.8143.46151.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.64%
GREEN value IS 186 (73.05% from 255) = 44.60%
BLUE value IS 24 (9.77% from 255) = 5.76%
R=49.64%
G=44.60%
B=5.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071862400.100.880.1953.1179.2245.29
HexCFBA180A5813354f2d
Octal31727230012130236511755
Binary110011111011101011000010101011000100111101011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBA18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBA18; }

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

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

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

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

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

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

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

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