#CDDD69

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

Shades of Mindaro #CDDD69

Tints of Mindaro #CDDD69

Color information

#CDDD69 (or 0xCDDD69) is unknown color: approx Mindaro. HEX triplet: CD, DD and 69. RGB value is (205,221,105). Sum of RGB (Red+Green+Blue) = 205+221+105=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 105 (41.41% from 255 or 19.77% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD69 is #322296. Grayscale: #CBCBCB. Windows color (decimal): -3285655 or 6938061. OLE color: 6938061.

HSL color Cylindrical-coordinate representation of color #CDDD69: hue angle of 68.28º 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 #CDDD69 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB205221105-
CMYK0.0700.520.13
HSL68.28º63.04%63.92%-
HSV(B)68.28º52.49%86.67%-
XYZ53.5865.7123.22-
YUV202.9972.7129.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.61%
GREEN value IS 221 (86.72% from 255) = 41.62%
BLUE value IS 105 (41.41% from 255) = 19.77%
R=38.61%
G=41.62%
B=19.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052211050.0700.520.1368.2863.0463.92
HexCDDD697034D443f40
Octal31533515170641510477100
Binary110011011101110111010011110110100110110001001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDD69; }

 p { color: rgb(205,221,105); }

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

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

 a { background-color: rgb(205,221,105); }

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

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

 span { border-color: rgb(205,221,105); }

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