Html Css Color HEX #D5D483 Deco

📋 copy color: '#D5D483'

red 213 ◦ green 212 ◦ blue 131

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

Shades of Deco #D5D483

Tints of Deco #D5D483

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.13%

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

R = 38.31%
G = 38.13%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D5D483 (or 0xD5D483) is known color: Deco. HEX triplet: D5, D4 and 83. RGB value is (213,212,131). Sum of RGB (Red+Green+Blue) = 213+212+131=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 212 (83.20% from 255 or 38.13% from 556); Blue value is 131 (51.56% from 255 or 23.56% from 556); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D483 is #2A2B7C. Grayscale: #CBCBCB. Windows color (decimal): -2763645 or 8639701. OLE color: 8639701.

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

Color convert

RGB 213 212 131 -
CMYK 0 0.00 0.38 0.16
HSL 59.27º 0.49% 0.67% -
HSV(B) 59.27º 0.38% 0.84% -
XYZ 55.08 62.87 30.71 -
YUV 203.07 87.33 135.09 -
System Red Green Blue C M Y K H S L
Decimal 213 212 131 0 0.00 0.38 0.16 59.27 0.49 0.67
Hex D5 D4 83 0 0 26 10 3B 31 43
Octal 325 324 203 0 0 46 20 73 61 103
Binary 11010101 11010100 10000011 0 0 100110 10000 111011 110001 1000011

Color Harmonies of #D5D483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D483

Black with #D5D483

Text Example


Text Example

White with #D5D483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D483; }

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

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

background-color css

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

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

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

border-color css

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

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

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