#CFCA08

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

Shades of Bird Flower #CFCA08

Tints of Bird Flower #CFCA08

Color information

#CFCA08 (or 0xCFCA08) is unknown color: approx Bird Flower. HEX triplet: CF, CA and 08. RGB value is (207,202,8). Sum of RGB (Red+Green+Blue) = 207+202+8=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 202 (79.30% from 255 or 48.44% from 417); Blue value is 8 (3.52% from 255 or 1.92% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCA08 is #3035F7. Grayscale: #B6B6B6. Windows color (decimal): -3159544 or 576207. OLE color: 576207.

HSL color Cylindrical-coordinate representation of color #CFCA08: hue angle of 58.49º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFCA08 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB2072028-
CMYK00.020.960.19
HSL58.49º92.56%42.16%-
HSV(B)58.49º96.14%81.18%-
XYZ46.955.528.48-
YUV181.3830.16146.27-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.64%
GREEN value IS 202 (79.30% from 255) = 48.44%
BLUE value IS 8 (3.52% from 255) = 1.92%
R=49.64%
G=48.44%
B=1.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.96
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207202800.020.960.1958.4992.5642.16
HexCFCA80260133a5d2a
Octal3173121002140237213552
Binary110011111100101010000101100000100111110101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCA08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCA08; }

 p { color: rgb(207,202,8); }

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

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

 a { background-color: rgb(207,202,8); }

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

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

 span { border-color: rgb(207,202,8); }

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