Html Css Color HEX #D5D48A Deco

📋 copy color: '#D5D48A'

red 213 ◦ green 212 ◦ blue 138

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

Shades of Deco #D5D48A

Tints of Deco #D5D48A

RGB

 RED value IS 213 (83.59% from 255) = 37.83%

 GREEN value IS 212 (83.2% from 255) = 37.66%

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

R = 37.83%
G = 37.66%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5D48A (or 0xD5D48A) is known color: Deco. HEX triplet: D5, D4 and 8A. RGB value is (213,212,138). Sum of RGB (Red+Green+Blue) = 213+212+138=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 212 (83.20% from 255 or 37.66% from 563); Blue value is 138 (54.30% from 255 or 24.51% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D48A is #2A2B75. Grayscale: #CCCCCC. Windows color (decimal): -2763638 or 9098453. OLE color: 9098453.

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

Color convert

RGB 213 212 138 -
CMYK 0 0.00 0.35 0.16
HSL 59.2º 0.47% 0.69% -
HSV(B) 59.2º 0.35% 0.84% -
XYZ 55.57 63.07 33.29 -
YUV 203.86 90.83 134.52 -
System Red Green Blue C M Y K H S L
Decimal 213 212 138 0 0.00 0.35 0.16 59.2 0.47 0.69
Hex D5 D4 8A 0 0 23 10 3B 2F 45
Octal 325 324 212 0 0 43 20 73 57 105
Binary 11010101 11010100 10001010 0 0 100011 10000 111011 101111 1000101

Color Harmonies of #D5D48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D48A

Black with #D5D48A

Text Example


Text Example

White with #D5D48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D48A; }

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

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

background-color css

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

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

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

border-color css

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

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

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