#CDDD67

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

Shades of Mindaro #CDDD67

Tints of Mindaro #CDDD67

Color information

#CDDD67 (or 0xCDDD67) is unknown color: approx Mindaro. HEX triplet: CD, DD and 67. RGB value is (205,221,103). Sum of RGB (Red+Green+Blue) = 205+221+103=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 103 (40.62% from 255 or 19.47% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD67 is #322298. Grayscale: #CBCBCB. Windows color (decimal): -3285657 or 6806989. OLE color: 6806989.

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

Color convert

RGB205221103-
CMYK0.0700.530.13
HSL68.14º63.44%63.53%-
HSV(B)68.14º53.39%86.67%-
XYZ53.4865.6722.69-
YUV202.7671.7129.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.75%
GREEN value IS 221 (86.72% from 255) = 41.78%
BLUE value IS 103 (40.62% from 255) = 19.47%
R=38.75%
G=41.78%
B=19.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052211030.0700.530.1368.1463.4463.53
HexCDDD677035D443f40
Octal31533514770651510477100
Binary110011011101110111001111110110101110110001001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDD67; }

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

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

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

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

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

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

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

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