#CDD68A

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

Shades of Deco #CDD68A

Tints of Deco #CDD68A

Color information

#CDD68A (or 0xCDD68A) is unknown color: approx Deco. HEX triplet: CD, D6 and 8A. RGB value is (205,214,138). Sum of RGB (Red+Green+Blue) = 205+214+138=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 138 (54.30% from 255 or 24.78% from 557); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD68A is #322975. Grayscale: #CACACA. Windows color (decimal): -3287414 or 9098957. OLE color: 9098957.

HSL color Cylindrical-coordinate representation of color #CDD68A: hue angle of 67.11º 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 #CDD68A is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB205214138-
CMYK0.0400.360.16
HSL67.11º48.1%69.02%-
HSV(B)67.11º35.51%83.92%-
XYZ53.8162.9133.35-
YUV202.6491.52129.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 214 (83.98% from 255) = 38.42%
BLUE value IS 138 (54.30% from 255) = 24.78%
R=36.80%
G=38.42%
B=24.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052141380.0400.360.1667.1148.169.02
HexCDD68A402410433045
Octal31532621240442010360105
Binary11001101110101101000101010001001001000010000111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD68A; }

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

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

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

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

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

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

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

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