#CCCD0D

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

Shades of Bird Flower #CCCD0D

Tints of Bird Flower #CCCD0D

Color information

#CCCD0D (or 0xCCCD0D) is unknown color: approx Bird Flower. HEX triplet: CC, CD and 0D. RGB value is (204,205,13). Sum of RGB (Red+Green+Blue) = 204+205+13=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 205 (80.47% from 255 or 48.58% from 422); Blue value is 13 (5.47% from 255 or 3.08% from 422); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCD0D is #3332F2. Grayscale: #B7B7B7. Windows color (decimal): -3355379 or 904652. OLE color: 904652.

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

Color convert

RGB20420513-
CMYK0.0000.940.20
HSL60.31º88.07%42.75%-
HSV(B)60.31º93.66%80.39%-
XYZ46.8156.538.83-
YUV182.8132.17143.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.34%
GREEN value IS 205 (80.47% from 255) = 48.58%
BLUE value IS 13 (5.47% from 255) = 3.08%
R=48.34%
G=48.58%
B=3.08%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal204205130.0000.940.2060.3188.0742.75
HexCCCDD005E143c582b
Octal3143151500136247413053
Binary11001100110011011101001011110101001111001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCD0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCD0D; }

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

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

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

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

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

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

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

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