Html Css Color HEX #D2DDA5 Orinoco

📋 copy color: '#D2DDA5'

red 210 ◦ green 221 ◦ blue 165

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

Shades of Orinoco #D2DDA5

Tints of Orinoco #D2DDA5

RGB

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

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

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

R = 35.23%
G = 37.08%
B = 27.68%

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

#D2DDA5 (or 0xD2DDA5) is known color: Orinoco. HEX triplet: D2, DD and A5. RGB value is (210,221,165). Sum of RGB (Red+Green+Blue) = 210+221+165=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 165 (64.84% from 255 or 27.68% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DDA5 is #2D225A. Grayscale: #D3D3D3. Windows color (decimal): -2957915 or 10870226. OLE color: 10870226.

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

Color convert

RGB 210 221 165 -
CMYK 0.05 0 0.25 0.13
HSL 71.79º 0.45% 0.76% -
HSV(B) 71.79º 0.25% 0.87% -
XYZ 59.23 68.13 45.63 -
YUV 211.33 101.86 127.05 -
System Red Green Blue C M Y K H S L
Decimal 210 221 165 0.05 0 0.25 0.13 71.79 0.45 0.76
Hex D2 DD A5 5 0 19 D 48 2D 4C
Octal 322 335 245 5 0 31 15 110 55 114
Binary 11010010 11011101 10100101 101 0 11001 1101 1001000 101101 1001100

Color Harmonies of #D2DDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DDA5

Black with #D2DDA5

Text Example


Text Example

White with #D2DDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DDA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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