#CCD38A

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

Shades of Deco #CCD38A

Tints of Deco #CCD38A

Color information

#CCD38A (or 0xCCD38A) is unknown color: approx Deco. HEX triplet: CC, D3 and 8A. RGB value is (204,211,138). Sum of RGB (Red+Green+Blue) = 204+211+138=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 211 (82.81% from 255 or 38.16% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD38A is #332C75. Grayscale: #C8C8C8. Windows color (decimal): -3353718 or 9098188. OLE color: 9098188.

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

Color convert

RGB204211138-
CMYK0.0300.350.17
HSL65.75º45.34%68.43%-
HSV(B)65.75º34.6%82.75%-
XYZ52.7861.2633.09-
YUV200.5892.68130.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.89%
GREEN value IS 211 (82.81% from 255) = 38.16%
BLUE value IS 138 (54.30% from 255) = 24.95%
R=36.89%
G=38.16%
B=24.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042111380.0300.350.1765.7545.3468.43
HexCCD38A302311422d44
Octal31432321230432110255104
Binary1100110011010011100010101101000111000110000101011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD38A; }

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

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

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

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

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

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

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

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