#CCD708

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

Shades of Bird Flower #CCD708

Tints of Bird Flower #CCD708

Color information

#CCD708 (or 0xCCD708) is unknown color: approx Bird Flower. HEX triplet: CC, D7 and 08. RGB value is (204,215,8). Sum of RGB (Red+Green+Blue) = 204+215+8=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 215 (84.38% from 255 or 50.35% from 427); Blue value is 8 (3.52% from 255 or 1.87% from 427); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD708 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD708 is #3328F7. Grayscale: #BCBCBC. Windows color (decimal): -3352824 or 579532. OLE color: 579532.

HSL color Cylindrical-coordinate representation of color #CCD708: hue angle of 63.19º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCD708 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB2042158-
CMYK0.0500.960.16
HSL63.19º92.83%43.73%-
HSV(B)63.19º96.28%84.31%-
XYZ49.2561.469.5-
YUV188.1126.36139.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.78%
GREEN value IS 215 (84.38% from 255) = 50.35%
BLUE value IS 8 (3.52% from 255) = 1.87%
R=47.78%
G=50.35%
B=1.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal20421580.0500.960.1663.1992.8343.73
HexCCD785060103f5d2c
Octal3143271050140207713554
Binary1100110011010111100010101100000100001111111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD708; }

 p { color: rgb(204,215,8); }

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

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

 a { background-color: rgb(204,215,8); }

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

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

 span { border-color: rgb(204,215,8); }

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