Html Css Color HEX #D5DC83 Deco

📋 copy color: '#D5DC83'

red 213 ◦ green 220 ◦ blue 131

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

Shades of Deco #D5DC83

Tints of Deco #D5DC83

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.01%

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

R = 37.77%
G = 39.01%
B = 23.23%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#D5DC83 (or 0xD5DC83) is known color: Deco. HEX triplet: D5, DC and 83. RGB value is (213,220,131). Sum of RGB (Red+Green+Blue) = 213+220+131=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 131 (51.56% from 255 or 23.23% from 564); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DC83 is #2A237C. Grayscale: #D0D0D0. Windows color (decimal): -2761597 or 8641749. OLE color: 8641749.

HSL color Cylindrical-coordinate representation of color #D5DC83: hue angle of 64.72º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5DC83 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 220 131 -
CMYK 0.03 0 0.40 0.14
HSL 64.72º 0.56% 0.69% -
HSV(B) 64.72º 0.4% 0.86% -
XYZ 57.13 66.97 31.39 -
YUV 207.76 84.68 131.74 -
System Red Green Blue C M Y K H S L
Decimal 213 220 131 0.03 0 0.40 0.14 64.72 0.56 0.69
Hex D5 DC 83 3 0 28 E 41 38 45
Octal 325 334 203 3 0 50 16 101 70 105
Binary 11010101 11011100 10000011 11 0 101000 1110 1000001 111000 1000101

Color Harmonies of #D5DC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DC83

Black with #D5DC83

Text Example


Text Example

White with #D5DC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DC83; }

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

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

background-color css

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

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

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

border-color css

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

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

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