#cdd68c

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

Shades of Deco #CDD68C

Tints of Deco #CDD68C

Color information

#CDD68C (or 0xCDD68C) is unknown color: approx Deco. HEX triplet: CD, D6 and 8C. RGB value is (205,214,140). Sum of RGB (Red+Green+Blue) = 205+214+140=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 214 (83.98% from 255 or 38.28% from 559); Blue value is 140 (55.08% from 255 or 25.04% from 559); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD68C is #322973. Grayscale: #CBCBCB. Windows color (decimal): -3287412 or 9230029. OLE color: 9230029.

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

Color convert

RGB205214140-
CMYK0.0400.350.16
HSL67.3º47.44%69.41%-
HSV(B)67.3º34.58%83.92%-
XYZ53.9662.9734.12-
YUV202.8792.52129.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.67%
GREEN value IS 214 (83.98% from 255) = 38.28%
BLUE value IS 140 (55.08% from 255) = 25.04%
R=36.67%
G=38.28%
B=25.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052141400.0400.350.1667.347.4469.41
HexCDD68C402310432f45
Octal31532621440432010357105
Binary11001101110101101000110010001000111000010000111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cdd68c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cdd68c; }

 p { color: rgb(205,214,140); }

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

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

 a { background-color: rgb(205,214,140); }

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

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

 span { border-color: rgb(205,214,140); }

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