Html Css Color HEX #D5D97E Deco

📋 copy color: '#D5D97E'

red 213 ◦ green 217 ◦ blue 126

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

Shades of Deco #D5D97E

Tints of Deco #D5D97E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.03%

 BLUE value IS 126 (49.61% from 255) = 22.66%

R = 38.31%
G = 39.03%
B = 22.66%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D5D97E (or 0xD5D97E) is known color: Deco. HEX triplet: D5, D9 and 7E. RGB value is (213,217,126). Sum of RGB (Red+Green+Blue) = 213+217+126=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 217 (85.16% from 255 or 39.03% from 556); Blue value is 126 (49.61% from 255 or 22.66% from 556); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D97E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D97E is #2A2681. Grayscale: #CDCDCD. Windows color (decimal): -2762370 or 8313301. OLE color: 8313301.

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

Color convert

RGB 213 217 126 -
CMYK 0.02 0 0.42 0.15
HSL 62.64º 0.54% 0.67% -
HSV(B) 62.64º 0.42% 0.85% -
XYZ 56.02 65.28 29.39 -
YUV 205.43 83.17 133.4 -
System Red Green Blue C M Y K H S L
Decimal 213 217 126 0.02 0 0.42 0.15 62.64 0.54 0.67
Hex D5 D9 7E 2 0 2A F 3F 36 43
Octal 325 331 176 2 0 52 17 77 66 103
Binary 11010101 11011001 1111110 10 0 101010 1111 111111 110110 1000011

Color Harmonies of #D5D97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D97E

Black with #D5D97E

Text Example


Text Example

White with #D5D97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D97E; }

 p { color: rgb(213,217,126); }

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

background-color css

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

 a { background-color: rgb(213,217,126); }

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

border-color css

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

 span { border-color: rgb(213,217,126); }

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