Html Css Color HEX #D1DA83 Deco

📋 copy color: '#D1DA83'

red 209 ◦ green 218 ◦ blue 131

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

Shades of Deco #D1DA83

Tints of Deco #D1DA83

RGB

 RED value IS 209 (82.03% from 255) = 37.46%

 GREEN value IS 218 (85.55% from 255) = 39.07%

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

R = 37.46%
G = 39.07%
B = 23.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D1DA83 (or 0xD1DA83) is known color: Deco. HEX triplet: D1, DA and 83. RGB value is (209,218,131). Sum of RGB (Red+Green+Blue) = 209+218+131=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 131 (51.56% from 255 or 23.48% from 558); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DA83 is #2E257C. Grayscale: #CDCDCD. Windows color (decimal): -3024253 or 8641233. OLE color: 8641233.

HSL color Cylindrical-coordinate representation of color #D1DA83: hue angle of 66.21º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D1DA83 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 218 131 -
CMYK 0.04 0 0.40 0.15
HSL 66.21º 0.54% 0.68% -
HSV(B) 66.21º 0.4% 0.85% -
XYZ 55.46 65.34 31.16 -
YUV 205.39 86.02 130.57 -
System Red Green Blue C M Y K H S L
Decimal 209 218 131 0.04 0 0.40 0.15 66.21 0.54 0.68
Hex D1 DA 83 4 0 28 F 42 36 44
Octal 321 332 203 4 0 50 17 102 66 104
Binary 11010001 11011010 10000011 100 0 101000 1111 1000010 110110 1000100

Color Harmonies of #D1DA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DA83

Black with #D1DA83

Text Example


Text Example

White with #D1DA83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DA83; }

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

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

background-color css

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

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

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

border-color css

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

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

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