#CDDD93

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

Shades of Reef #CDDD93

Tints of Reef #CDDD93

Color information

#CDDD93 (or 0xCDDD93) is unknown color: approx Reef. HEX triplet: CD, DD and 93. RGB value is (205,221,147). Sum of RGB (Red+Green+Blue) = 205+221+147=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 147 (57.81% from 255 or 25.65% from 573); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDD93 is #32226C. Grayscale: #D0D0D0. Windows color (decimal): -3285613 or 9690573. OLE color: 9690573.

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

Color convert

RGB205221147-
CMYK0.0700.330.13
HSL72.97º52.11%72.16%-
HSV(B)72.97º33.48%86.67%-
XYZ56.366.837.53-
YUV207.7893.7126.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.78%
GREEN value IS 221 (86.72% from 255) = 38.57%
BLUE value IS 147 (57.81% from 255) = 25.65%
R=35.78%
G=38.57%
B=25.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052211470.0700.330.1372.9752.1172.16
HexCDDD937021D493448
Octal31533522370411511164110
Binary1100110111011101100100111110100001110110010011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDD93; }

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

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

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

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

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

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

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

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