Html Css Color HEX #D7D37F Deco

📋 copy color: '#D7D37F'

red 215 ◦ green 211 ◦ blue 127

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

Shades of Deco #D7D37F

Tints of Deco #D7D37F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.16%

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

R = 38.88%
G = 38.16%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D7D37F (or 0xD7D37F) is known color: Deco. HEX triplet: D7, D3 and 7F. RGB value is (215,211,127). Sum of RGB (Red+Green+Blue) = 215+211+127=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 211 (82.81% from 255 or 38.16% from 553); Blue value is 127 (50% from 255 or 22.97% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D37F is #282C80. Grayscale: #CACACA. Windows color (decimal): -2632833 or 8377303. OLE color: 8377303.

HSL color Cylindrical-coordinate representation of color #D7D37F: hue angle of 57.27º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D7D37F is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 211 127 -
CMYK 0 0.02 0.41 0.16
HSL 57.27º 0.52% 0.67% -
HSV(B) 57.27º 0.41% 0.84% -
XYZ 55.15 62.57 29.25 -
YUV 202.62 85.33 136.83 -
System Red Green Blue C M Y K H S L
Decimal 215 211 127 0 0.02 0.41 0.16 57.27 0.52 0.67
Hex D7 D3 7F 0 2 29 10 39 34 43
Octal 327 323 177 0 2 51 20 71 64 103
Binary 11010111 11010011 1111111 0 10 101001 10000 111001 110100 1000011

Color Harmonies of #D7D37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D37F

Black with #D7D37F

Text Example


Text Example

White with #D7D37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D37F; }

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

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

background-color css

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

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

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

border-color css

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

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

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