#CCCD05

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

Shades of Bird Flower #CCCD05

Tints of Bird Flower #CCCD05

Color information

#CCCD05 (or 0xCCCD05) is unknown color: approx Bird Flower. HEX triplet: CC, CD and 05. RGB value is (204,205,5). Sum of RGB (Red+Green+Blue) = 204+205+5=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 205 (80.47% from 255 or 49.52% from 414); Blue value is 5 (2.34% from 255 or 1.21% from 414); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCD05 is #3332FA. Grayscale: #B6B6B6. Windows color (decimal): -3355387 or 380364. OLE color: 380364.

HSL color Cylindrical-coordinate representation of color #CCCD05: hue angle of 60.3º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCCD05 is Cyan = 0.00, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB2042055-
CMYK0.0000.980.20
HSL60.3º95.24%41.18%-
HSV(B)60.3º97.56%80.39%-
XYZ46.7656.518.59-
YUV181.928.17143.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.28%
GREEN value IS 205 (80.47% from 255) = 49.52%
BLUE value IS 5 (2.34% from 255) = 1.21%
R=49.28%
G=49.52%
B=1.21%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20420550.0000.980.2060.395.2441.18
HexCCCD50062143c5f29
Octal314315500142247413751
Binary1100110011001101101001100010101001111001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCD05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCD05; }

 p { color: rgb(204,205,5); }

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

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

 a { background-color: rgb(204,205,5); }

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

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

 span { border-color: rgb(204,205,5); }

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