Html Css Color HEX #D4D388 Deco

📋 copy color: '#D4D388'

red 212 ◦ green 211 ◦ blue 136

#D4D388
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deco #D4D388

Tints of Deco #D4D388

RGB

 RED value IS 212 (83.2% from 255) = 37.92%

 GREEN value IS 211 (82.81% from 255) = 37.75%

 BLUE value IS 136 (53.52% from 255) = 24.33%

R = 37.92%
G = 37.75%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D4D388 (or 0xD4D388) is known color: Deco. HEX triplet: D4, D3 and 88. RGB value is (212,211,136). Sum of RGB (Red+Green+Blue) = 212+211+136=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 211 (82.81% from 255 or 37.75% from 559); Blue value is 136 (53.52% from 255 or 24.33% from 559); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D388 is #2B2C77. Grayscale: #CBCBCB. Windows color (decimal): -2829432 or 8967124. OLE color: 8967124.

HSL color Cylindrical-coordinate representation of color #D4D388: hue angle of 59.21º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D4D388 is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 211 136 -
CMYK 0 0.00 0.36 0.17
HSL 59.21º 0.47% 0.68% -
HSV(B) 59.21º 0.36% 0.83% -
XYZ 54.89 62.36 32.44 -
YUV 202.75 90.33 134.6 -
System Red Green Blue C M Y K H S L
Decimal 212 211 136 0 0.00 0.36 0.17 59.21 0.47 0.68
Hex D4 D3 88 0 0 24 11 3B 2F 44
Octal 324 323 210 0 0 44 21 73 57 104
Binary 11010100 11010011 10001000 0 0 100100 10001 111011 101111 1000100

Color Harmonies of #D4D388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D388

Black with #D4D388

Text Example


Text Example

White with #D4D388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D388; }

 p { color: rgb(212,211,136); }

 H1.HeaderClassName
 {
   color: #D4D388;
 }
 .AnyTagClassName
 {
   color: #D4D388;
 }
</style>

background-color css

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

 a { background-color: rgb(212,211,136); }

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

border-color css

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

 span { border-color: rgb(212,211,136); }

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