Html Css Color HEX #D5D07E Deco

📋 copy color: '#D5D07E'

red 213 ◦ green 208 ◦ blue 126

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

Shades of Deco #D5D07E

Tints of Deco #D5D07E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.03%

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

R = 38.94%
G = 38.03%
B = 23.03%

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

#D5D07E (or 0xD5D07E) is known color: Deco. HEX triplet: D5, D0 and 7E. RGB value is (213,208,126). Sum of RGB (Red+Green+Blue) = 213+208+126=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 126 (49.61% from 255 or 23.03% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D07E is #2A2F81. Grayscale: #C8C8C8. Windows color (decimal): -2764674 or 8310997. OLE color: 8310997.

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

Color convert

RGB 213 208 126 -
CMYK 0 0.02 0.41 0.16
HSL 56.55º 0.51% 0.66% -
HSV(B) 56.55º 0.41% 0.84% -
XYZ 53.76 60.76 28.63 -
YUV 200.15 86.16 137.17 -
System Red Green Blue C M Y K H S L
Decimal 213 208 126 0 0.02 0.41 0.16 56.55 0.51 0.66
Hex D5 D0 7E 0 2 29 10 39 33 42
Octal 325 320 176 0 2 51 20 71 63 102
Binary 11010101 11010000 1111110 0 10 101001 10000 111001 110011 1000010

Color Harmonies of #D5D07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D07E

Black with #D5D07E

Text Example


Text Example

White with #D5D07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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