#CCD38D

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

Shades of Deco #CCD38D

Tints of Deco #CCD38D

Color information

#CCD38D (or 0xCCD38D) is unknown color: approx Deco. HEX triplet: CC, D3 and 8D. RGB value is (204,211,141). Sum of RGB (Red+Green+Blue) = 204+211+141=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 211 (82.81% from 255 or 37.95% from 556); Blue value is 141 (55.47% from 255 or 25.36% from 556); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD38D is #332C72. Grayscale: #C9C9C9. Windows color (decimal): -3353715 or 9294796. OLE color: 9294796.

HSL color Cylindrical-coordinate representation of color #CCD38D: hue angle of 66º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCD38D is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB204211141-
CMYK0.0300.330.17
HSL66º44.3%69.02%-
HSV(B)66º33.18%82.75%-
XYZ5361.3534.25-
YUV200.9394.18130.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.69%
GREEN value IS 211 (82.81% from 255) = 37.95%
BLUE value IS 141 (55.47% from 255) = 25.36%
R=36.69%
G=37.95%
B=25.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042111410.0300.330.176644.369.02
HexCCD38D302111422c45
Octal31432321530412110254105
Binary1100110011010011100011011101000011000110000101011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD38D; }

 p { color: rgb(204,211,141); }

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

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

 a { background-color: rgb(204,211,141); }

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

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

 span { border-color: rgb(204,211,141); }

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