Html Css Color HEX #D2DD85 Deco

📋 copy color: '#D2DD85'

red 210 ◦ green 221 ◦ blue 133

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

Shades of Deco #D2DD85

Tints of Deco #D2DD85

RGB

 RED value IS 210 (82.42% from 255) = 37.23%

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

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

R = 37.23%
G = 39.18%
B = 23.58%

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

#D2DD85 (or 0xD2DD85) is known color: Deco. HEX triplet: D2, DD and 85. RGB value is (210,221,133). Sum of RGB (Red+Green+Blue) = 210+221+133=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 133 (52.34% from 255 or 23.58% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DD85 is #2D227A. Grayscale: #D0D0D0. Windows color (decimal): -2957947 or 8773074. OLE color: 8773074.

HSL color Cylindrical-coordinate representation of color #D2DD85: hue angle of 67.5º 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 #D2DD85 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 221 133 -
CMYK 0.05 0 0.40 0.13
HSL 67.5º 0.56% 0.69% -
HSV(B) 67.5º 0.4% 0.87% -
XYZ 56.67 67.11 32.16 -
YUV 207.68 85.86 129.66 -
System Red Green Blue C M Y K H S L
Decimal 210 221 133 0.05 0 0.40 0.13 67.5 0.56 0.69
Hex D2 DD 85 5 0 28 D 44 38 45
Octal 322 335 205 5 0 50 15 104 70 105
Binary 11010010 11011101 10000101 101 0 101000 1101 1000100 111000 1000101

Color Harmonies of #D2DD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DD85

Black with #D2DD85

Text Example


Text Example

White with #D2DD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DD85; }

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

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

background-color css

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

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

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

border-color css

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

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

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