#CCD68A

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

Shades of Deco #CCD68A

Tints of Deco #CCD68A

Color information

#CCD68A (or 0xCCD68A) is unknown color: approx Deco. HEX triplet: CC, D6 and 8A. RGB value is (204,214,138). Sum of RGB (Red+Green+Blue) = 204+214+138=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 214 (83.98% from 255 or 38.49% from 556); Blue value is 138 (54.30% from 255 or 24.82% from 556); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD68A is #332975. Grayscale: #CACACA. Windows color (decimal): -3352950 or 9098956. OLE color: 9098956.

HSL color Cylindrical-coordinate representation of color #CCD68A: hue angle of 67.89º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCD68A is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB204214138-
CMYK0.0500.360.16
HSL67.89º48.1%69.02%-
HSV(B)67.89º35.51%83.92%-
XYZ53.5462.7733.34-
YUV202.3591.69129.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.69%
GREEN value IS 214 (83.98% from 255) = 38.49%
BLUE value IS 138 (54.30% from 255) = 24.82%
R=36.69%
G=38.49%
B=24.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042141380.0500.360.1667.8948.169.02
HexCCD68A502410443045
Octal31432621250442010460105
Binary11001100110101101000101010101001001000010001001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD68A; }

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

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

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

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

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

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

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

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