#D4D68D

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

Shades of Deco #D4D68D

Tints of Deco #D4D68D

Color information

#D4D68D (or 0xD4D68D) is unknown color: approx Deco. HEX triplet: D4, D6 and 8D. RGB value is (212,214,141). Sum of RGB (Red+Green+Blue) = 212+214+141=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 141 (55.47% from 255 or 24.87% from 567); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D68D is #2B2972. Grayscale: #CDCDCD. Windows color (decimal): -2828659 or 9295572. OLE color: 9295572.

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

Color convert

RGB212214141-
CMYK0.0100.340.16
HSL61.64º47.1%69.61%-
HSV(B)61.64º34.11%83.92%-
XYZ56.0164.0134.6-
YUV205.0891.84132.94-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.39%
GREEN value IS 214 (83.98% from 255) = 37.74%
BLUE value IS 141 (55.47% from 255) = 24.87%
R=37.39%
G=37.74%
B=24.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2122141410.0100.340.1661.6447.169.61
HexD4D68D1022103e2f46
Octal3243262151042207657106
Binary11010100110101101000110110100010100001111101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D68D; }

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

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

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

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

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

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

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

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