Html Css Color HEX #D5D183 Deco

📋 copy color: '#D5D183'

red 213 ◦ green 209 ◦ blue 131

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

Shades of Deco #D5D183

Tints of Deco #D5D183

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.79%

 BLUE value IS 131 (51.56% from 255) = 23.69%

R = 38.52%
G = 37.79%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D5D183 (or 0xD5D183) is known color: Deco. HEX triplet: D5, D1 and 83. RGB value is (213,209,131). Sum of RGB (Red+Green+Blue) = 213+209+131=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 209 (82.03% from 255 or 37.79% from 553); Blue value is 131 (51.56% from 255 or 23.69% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D183 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D183 is #2A2E7C. Grayscale: #C9C9C9. Windows color (decimal): -2764413 or 8638933. OLE color: 8638933.

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

Color convert

RGB 213 209 131 -
CMYK 0 0.02 0.38 0.16
HSL 57.07º 0.49% 0.67% -
HSV(B) 57.07º 0.38% 0.84% -
XYZ 54.34 61.39 30.46 -
YUV 201.3 88.33 136.34 -
System Red Green Blue C M Y K H S L
Decimal 213 209 131 0 0.02 0.38 0.16 57.07 0.49 0.67
Hex D5 D1 83 0 2 26 10 39 31 43
Octal 325 321 203 0 2 46 20 71 61 103
Binary 11010101 11010001 10000011 0 10 100110 10000 111001 110001 1000011

Color Harmonies of #D5D183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D183

Black with #D5D183

Text Example


Text Example

White with #D5D183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D183; }

 p { color: rgb(213,209,131); }

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

background-color css

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

 a { background-color: rgb(213,209,131); }

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

border-color css

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

 span { border-color: rgb(213,209,131); }

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