#CCDD6A

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

Shades of Mindaro #CCDD6A

Tints of Mindaro #CCDD6A

Color information

#CCDD6A (or 0xCCDD6A) is unknown color: approx Mindaro. HEX triplet: CC, DD and 6A. RGB value is (204,221,106). Sum of RGB (Red+Green+Blue) = 204+221+106=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 106 (41.80% from 255 or 19.96% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD6A is #332295. Grayscale: #CBCBCB. Windows color (decimal): -3351190 or 7003596. OLE color: 7003596.

HSL color Cylindrical-coordinate representation of color #CCDD6A: hue angle of 68.87º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCDD6A is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB204221106-
CMYK0.0800.520.13
HSL68.87º62.84%64.12%-
HSV(B)68.87º52.04%86.67%-
XYZ53.3665.5923.48-
YUV202.8173.37128.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.42%
GREEN value IS 221 (86.72% from 255) = 41.62%
BLUE value IS 106 (41.80% from 255) = 19.96%
R=38.42%
G=41.62%
B=19.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042211060.0800.520.1368.8762.8464.12
HexCCDD6A8034D453f40
Octal314335152100641510577100
Binary1100110011011101110101010000110100110110001011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDD6A; }

 p { color: rgb(204,221,106); }

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

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

 a { background-color: rgb(204,221,106); }

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

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

 span { border-color: rgb(204,221,106); }

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