Html Css Color HEX #D3DD9B Reef

📋 copy color: '#D3DD9B'

red 211 ◦ green 221 ◦ blue 155

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

Shades of Reef #D3DD9B

Tints of Reef #D3DD9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.41%

R = 35.95%
G = 37.65%
B = 26.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#D3DD9B (or 0xD3DD9B) is known color: Reef. HEX triplet: D3, DD and 9B. RGB value is (211,221,155). Sum of RGB (Red+Green+Blue) = 211+221+155=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 155 (60.94% from 255 or 26.41% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DD9B is #2C2264. Grayscale: #D2D2D2. Windows color (decimal): -2892389 or 10214867. OLE color: 10214867.

HSL color Cylindrical-coordinate representation of color #D3DD9B: hue angle of 69.09º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D3DD9B is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 221 155 -
CMYK 0.05 0 0.30 0.13
HSL 69.09º 0.49% 0.74% -
HSV(B) 69.09º 0.3% 0.87% -
XYZ 58.64 67.93 41.03 -
YUV 210.49 96.69 128.37 -
System Red Green Blue C M Y K H S L
Decimal 211 221 155 0.05 0 0.30 0.13 69.09 0.49 0.74
Hex D3 DD 9B 5 0 1E D 45 31 4A
Octal 323 335 233 5 0 36 15 105 61 112
Binary 11010011 11011101 10011011 101 0 11110 1101 1000101 110001 1001010

Color Harmonies of #D3DD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DD9B

Black with #D3DD9B

Text Example


Text Example

White with #D3DD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DD9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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