#CFCE08

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

Shades of Bird Flower #CFCE08

Tints of Bird Flower #CFCE08

Color information

#CFCE08 (or 0xCFCE08) is unknown color: approx Bird Flower. HEX triplet: CF, CE and 08. RGB value is (207,206,8). Sum of RGB (Red+Green+Blue) = 207+206+8=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 206 (80.86% from 255 or 48.93% from 421); Blue value is 8 (3.52% from 255 or 1.90% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCE08 is #3031F7. Grayscale: #B8B8B8. Windows color (decimal): -3158520 or 577231. OLE color: 577231.

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

Color convert

RGB2072068-
CMYK00.000.960.19
HSL59.7º92.56%42.16%-
HSV(B)59.7º96.14%81.18%-
XYZ47.8557.438.79-
YUV183.7328.83144.6-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.17%
GREEN value IS 206 (80.86% from 255) = 48.93%
BLUE value IS 8 (3.52% from 255) = 1.90%
R=49.17%
G=48.93%
B=1.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.96
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207206800.000.960.1959.792.5642.16
HexCFCE80060133c5d2a
Octal3173161000140237413552
Binary11001111110011101000001100000100111111001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCE08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCE08; }

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

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

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

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

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

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

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

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