Html Css Color HEX #D7D27F Deco

📋 copy color: '#D7D27F'

red 215 ◦ green 210 ◦ blue 127

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

Shades of Deco #D7D27F

Tints of Deco #D7D27F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.04%

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

R = 38.95%
G = 38.04%
B = 23.01%

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

#D7D27F (or 0xD7D27F) is known color: Deco. HEX triplet: D7, D2 and 7F. RGB value is (215,210,127). Sum of RGB (Red+Green+Blue) = 215+210+127=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 210 (82.42% from 255 or 38.04% from 552); Blue value is 127 (50% from 255 or 23.01% from 552); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D27F is #282D80. Grayscale: #CACACA. Windows color (decimal): -2633089 or 8377047. OLE color: 8377047.

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

Color convert

RGB 215 210 127 -
CMYK 0 0.02 0.41 0.16
HSL 56.59º 0.52% 0.67% -
HSV(B) 56.59º 0.41% 0.84% -
XYZ 54.9 62.07 29.17 -
YUV 202.03 85.66 137.25 -
System Red Green Blue C M Y K H S L
Decimal 215 210 127 0 0.02 0.41 0.16 56.59 0.52 0.67
Hex D7 D2 7F 0 2 29 10 39 34 43
Octal 327 322 177 0 2 51 20 71 64 103
Binary 11010111 11010010 1111111 0 10 101001 10000 111001 110100 1000011

Color Harmonies of #D7D27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D27F

Black with #D7D27F

Text Example


Text Example

White with #D7D27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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