Html Css Color HEX #D3DD85 Deco

📋 copy color: '#D3DD85'

red 211 ◦ green 221 ◦ blue 133

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

Shades of Deco #D3DD85

Tints of Deco #D3DD85

RGB

 RED value IS 211 (82.81% from 255) = 37.35%

 GREEN value IS 221 (86.72% from 255) = 39.12%

 BLUE value IS 133 (52.34% from 255) = 23.54%

R = 37.35%
G = 39.12%
B = 23.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#D3DD85 (or 0xD3DD85) is known color: Deco. HEX triplet: D3, DD and 85. RGB value is (211,221,133). Sum of RGB (Red+Green+Blue) = 211+221+133=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 133 (52.34% from 255 or 23.54% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DD85 is #2C227A. Grayscale: #D0D0D0. Windows color (decimal): -2892411 or 8773075. OLE color: 8773075.

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

Color convert

RGB 211 221 133 -
CMYK 0.05 0 0.40 0.13
HSL 66.82º 0.56% 0.69% -
HSV(B) 66.82º 0.4% 0.87% -
XYZ 56.95 67.26 32.17 -
YUV 207.98 85.69 130.16 -
System Red Green Blue C M Y K H S L
Decimal 211 221 133 0.05 0 0.40 0.13 66.82 0.56 0.69
Hex D3 DD 85 5 0 28 D 43 38 45
Octal 323 335 205 5 0 50 15 103 70 105
Binary 11010011 11011101 10000101 101 0 101000 1101 1000011 111000 1000101

Color Harmonies of #D3DD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DD85

Black with #D3DD85

Text Example


Text Example

White with #D3DD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DD85; }

 p { color: rgb(211,221,133); }

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

background-color css

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

 a { background-color: rgb(211,221,133); }

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

border-color css

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

 span { border-color: rgb(211,221,133); }

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