#CCD68D

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

Shades of Deco #CCD68D

Tints of Deco #CCD68D

Color information

#CCD68D (or 0xCCD68D) is unknown color: approx Deco. HEX triplet: CC, D6 and 8D. RGB value is (204,214,141). Sum of RGB (Red+Green+Blue) = 204+214+141=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 214 (83.98% from 255 or 38.28% from 559); Blue value is 141 (55.47% from 255 or 25.22% from 559); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD68D is #332972. Grayscale: #CACACA. Windows color (decimal): -3352947 or 9295564. OLE color: 9295564.

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

Color convert

RGB204214141-
CMYK0.0500.340.16
HSL68.22º47.1%69.61%-
HSV(B)68.22º34.11%83.92%-
XYZ53.7662.8534.5-
YUV202.6993.19128.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.49%
GREEN value IS 214 (83.98% from 255) = 38.28%
BLUE value IS 141 (55.47% from 255) = 25.22%
R=36.49%
G=38.28%
B=25.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042141410.0500.340.1668.2247.169.61
HexCCD68D502210442f46
Octal31432621550422010457106
Binary11001100110101101000110110101000101000010001001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD68D; }

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

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

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

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

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

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

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

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