Html Css Color HEX #D5DA8B Deco

📋 copy color: '#D5DA8B'

red 213 ◦ green 218 ◦ blue 139

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

Shades of Deco #D5DA8B

Tints of Deco #D5DA8B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.25%

 BLUE value IS 139 (54.69% from 255) = 24.39%

R = 37.37%
G = 38.25%
B = 24.39%

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

#D5DA8B (or 0xD5DA8B) is known color: Deco. HEX triplet: D5, DA and 8B. RGB value is (213,218,139). Sum of RGB (Red+Green+Blue) = 213+218+139=570 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.37% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 139 (54.69% from 255 or 24.39% from 570); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DA8B is #2A2574. Grayscale: #CFCFCF. Windows color (decimal): -2762101 or 9165525. OLE color: 9165525.

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

Color convert

RGB 213 218 139 -
CMYK 0.02 0 0.36 0.15
HSL 63.8º 0.52% 0.7% -
HSV(B) 63.8º 0.36% 0.85% -
XYZ 57.17 66.15 34.18 -
YUV 207.5 89.34 131.92 -
System Red Green Blue C M Y K H S L
Decimal 213 218 139 0.02 0 0.36 0.15 63.8 0.52 0.7
Hex D5 DA 8B 2 0 24 F 40 34 46
Octal 325 332 213 2 0 44 17 100 64 106
Binary 11010101 11011010 10001011 10 0 100100 1111 1000000 110100 1000110

Color Harmonies of #D5DA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DA8B

Black with #D5DA8B

Text Example


Text Example

White with #D5DA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DA8B; }

 p { color: rgb(213,218,139); }

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

background-color css

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

 a { background-color: rgb(213,218,139); }

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

border-color css

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

 span { border-color: rgb(213,218,139); }

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