Html Css Color HEX #D7D97F Deco

📋 copy color: '#D7D97F'

red 215 ◦ green 217 ◦ blue 127

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

Shades of Deco #D7D97F

Tints of Deco #D7D97F

RGB

 RED value IS 215 (84.38% from 255) = 38.46%

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

 BLUE value IS 127 (50% from 255) = 22.72%

R = 38.46%
G = 38.82%
B = 22.72%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D7D97F (or 0xD7D97F) is known color: Deco. HEX triplet: D7, D9 and 7F. RGB value is (215,217,127). Sum of RGB (Red+Green+Blue) = 215+217+127=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 127 (50% from 255 or 22.72% from 559); Max value from RGB is 217 - color contains mainly: green. Hex color #D7D97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D97F is #282680. Grayscale: #CECECE. Windows color (decimal): -2631297 or 8378839. OLE color: 8378839.

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

Color convert

RGB 215 217 127 -
CMYK 0.01 0 0.41 0.15
HSL 61.33º 0.54% 0.67% -
HSV(B) 61.33º 0.41% 0.85% -
XYZ 56.67 65.61 29.76 -
YUV 206.14 83.34 134.32 -
System Red Green Blue C M Y K H S L
Decimal 215 217 127 0.01 0 0.41 0.15 61.33 0.54 0.67
Hex D7 D9 7F 1 0 29 F 3D 36 43
Octal 327 331 177 1 0 51 17 75 66 103
Binary 11010111 11011001 1111111 1 0 101001 1111 111101 110110 1000011

Color Harmonies of #D7D97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D97F

Black with #D7D97F

Text Example


Text Example

White with #D7D97F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D97F; }

 p { color: rgb(215,217,127); }

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

background-color css

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

 a { background-color: rgb(215,217,127); }

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

border-color css

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

 span { border-color: rgb(215,217,127); }

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