Html Css Color HEX #D3DDA5 Orinoco

📋 copy color: '#D3DDA5'

red 211 ◦ green 221 ◦ blue 165

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

Shades of Orinoco #D3DDA5

Tints of Orinoco #D3DDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.64%

R = 35.34%
G = 37.02%
B = 27.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#D3DDA5 (or 0xD3DDA5) is known color: Orinoco. HEX triplet: D3, DD and A5. RGB value is (211,221,165). Sum of RGB (Red+Green+Blue) = 211+221+165=597 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.34% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 165 (64.84% from 255 or 27.64% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DDA5 is #2C225A. Grayscale: #D3D3D3. Windows color (decimal): -2892379 or 10870227. OLE color: 10870227.

HSL color Cylindrical-coordinate representation of color #D3DDA5: hue angle of 70.71º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D3DDA5 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 221 165 -
CMYK 0.05 0 0.25 0.13
HSL 70.71º 0.45% 0.76% -
HSV(B) 70.71º 0.25% 0.87% -
XYZ 59.51 68.28 45.64 -
YUV 211.63 101.69 127.55 -
System Red Green Blue C M Y K H S L
Decimal 211 221 165 0.05 0 0.25 0.13 70.71 0.45 0.76
Hex D3 DD A5 5 0 19 D 47 2D 4C
Octal 323 335 245 5 0 31 15 107 55 114
Binary 11010011 11011101 10100101 101 0 11001 1101 1000111 101101 1001100

Color Harmonies of #D3DDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DDA5

Black with #D3DDA5

Text Example


Text Example

White with #D3DDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DDA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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