#CDDF65

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

Shades of Mindaro #CDDF65

Tints of Mindaro #CDDF65

Color information

#CDDF65 (or 0xCDDF65) is unknown color: approx Mindaro. HEX triplet: CD, DF and 65. RGB value is (205,223,101). Sum of RGB (Red+Green+Blue) = 205+223+101=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDF65 is #32209A. Grayscale: #CCCCCC. Windows color (decimal): -3285147 or 6676429. OLE color: 6676429.

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

Color convert

RGB205223101-
CMYK0.0800.550.13
HSL68.85º65.59%63.53%-
HSV(B)68.85º54.71%87.45%-
XYZ53.9166.6922.34-
YUV203.7170.04128.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.75%
GREEN value IS 223 (87.5% from 255) = 42.16%
BLUE value IS 101 (39.84% from 255) = 19.09%
R=38.75%
G=42.16%
B=19.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052231010.0800.550.1368.8565.5963.53
HexCDDF658037D454240
Octal3153371451006715105102100
Binary11001101110111111100101100001101111101100010110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDF65; }

 p { color: rgb(205,223,101); }

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

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

 a { background-color: rgb(205,223,101); }

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

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

 span { border-color: rgb(205,223,101); }

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