#CDD68B

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

Shades of Deco #CDD68B

Tints of Deco #CDD68B

Color information

#CDD68B (or 0xCDD68B) is unknown color: approx Deco. HEX triplet: CD, D6 and 8B. RGB value is (205,214,139). Sum of RGB (Red+Green+Blue) = 205+214+139=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 214 (83.98% from 255 or 38.35% from 558); Blue value is 139 (54.69% from 255 or 24.91% from 558); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD68B is #322974. Grayscale: #CBCBCB. Windows color (decimal): -3287413 or 9164493. OLE color: 9164493.

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

Color convert

RGB205214139-
CMYK0.0400.350.16
HSL67.2º47.77%69.22%-
HSV(B)67.2º35.05%83.92%-
XYZ53.8862.9433.73-
YUV202.7692.02129.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.74%
GREEN value IS 214 (83.98% from 255) = 38.35%
BLUE value IS 139 (54.69% from 255) = 24.91%
R=36.74%
G=38.35%
B=24.91%

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
Decimal2052141390.0400.350.1667.247.7769.22
HexCDD68B402310433045
Octal31532621340432010360105
Binary11001101110101101000101110001000111000010000111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD68B; }

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

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

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

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

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

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

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

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