Html Css Color HEX #D4D88A Deco

📋 copy color: '#D4D88A'

red 212 ◦ green 216 ◦ blue 138

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

Shades of Deco #D4D88A

Tints of Deco #D4D88A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.16%

 BLUE value IS 138 (54.3% from 255) = 24.38%

R = 37.46%
G = 38.16%
B = 24.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D4D88A (or 0xD4D88A) is known color: Deco. HEX triplet: D4, D8 and 8A. RGB value is (212,216,138). Sum of RGB (Red+Green+Blue) = 212+216+138=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 216 (84.77% from 255 or 38.16% from 566); Blue value is 138 (54.30% from 255 or 24.38% from 566); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D88A is #2B2775. Grayscale: #CECECE. Windows color (decimal): -2828150 or 9099476. OLE color: 9099476.

HSL color Cylindrical-coordinate representation of color #D4D88A: hue angle of 63.08º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D4D88A is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 216 138 -
CMYK 0.02 0 0.36 0.15
HSL 63.08º 0.5% 0.69% -
HSV(B) 63.08º 0.36% 0.85% -
XYZ 56.29 64.94 33.61 -
YUV 205.91 89.67 132.34 -
System Red Green Blue C M Y K H S L
Decimal 212 216 138 0.02 0 0.36 0.15 63.08 0.5 0.69
Hex D4 D8 8A 2 0 24 F 3F 32 45
Octal 324 330 212 2 0 44 17 77 62 105
Binary 11010100 11011000 10001010 10 0 100100 1111 111111 110010 1000101

Color Harmonies of #D4D88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D88A

Black with #D4D88A

Text Example


Text Example

White with #D4D88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D88A; }

 p { color: rgb(212,216,138); }

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

background-color css

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

 a { background-color: rgb(212,216,138); }

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

border-color css

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

 span { border-color: rgb(212,216,138); }

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