Html Css Color HEX #D5D08A Deco

📋 copy color: '#D5D08A'

red 213 ◦ green 208 ◦ blue 138

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

Shades of Deco #D5D08A

Tints of Deco #D5D08A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.21%

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

R = 38.1%
G = 37.21%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5D08A (or 0xD5D08A) is known color: Deco. HEX triplet: D5, D0 and 8A. RGB value is (213,208,138). Sum of RGB (Red+Green+Blue) = 213+208+138=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 138 (54.30% from 255 or 24.69% from 559); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D08A is #2A2F75. Grayscale: #C9C9C9. Windows color (decimal): -2764662 or 9097429. OLE color: 9097429.

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

Color convert

RGB 213 208 138 -
CMYK 0 0.02 0.35 0.16
HSL 56º 0.47% 0.69% -
HSV(B) 56º 0.35% 0.84% -
XYZ 54.58 61.09 32.96 -
YUV 201.52 92.16 136.19 -
System Red Green Blue C M Y K H S L
Decimal 213 208 138 0 0.02 0.35 0.16 56 0.47 0.69
Hex D5 D0 8A 0 2 23 10 38 2F 45
Octal 325 320 212 0 2 43 20 70 57 105
Binary 11010101 11010000 10001010 0 10 100011 10000 111000 101111 1000101

Color Harmonies of #D5D08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D08A

Black with #D5D08A

Text Example


Text Example

White with #D5D08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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