Html Css Color HEX #D0DAA0 Orinoco

📋 copy color: '#D0DAA0'

red 208 ◦ green 218 ◦ blue 160

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

Shades of Orinoco #D0DAA0

Tints of Orinoco #D0DAA0

RGB

 RED value IS 208 (81.64% from 255) = 35.49%

 GREEN value IS 218 (85.55% from 255) = 37.2%

 BLUE value IS 160 (62.89% from 255) = 27.3%

R = 35.49%
G = 37.2%
B = 27.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D0DAA0 (or 0xD0DAA0) is known color: Orinoco. HEX triplet: D0, DA and A0. RGB value is (208,218,160). Sum of RGB (Red+Green+Blue) = 208+218+160=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 160 (62.89% from 255 or 27.30% from 586); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DAA0 is #2F255F. Grayscale: #D0D0D0. Windows color (decimal): -3089760 or 10541776. OLE color: 10541776.

HSL color Cylindrical-coordinate representation of color #D0DAA0: hue angle of 70.34º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0DAA0 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 218 160 -
CMYK 0.05 0 0.27 0.15
HSL 70.34º 0.44% 0.74% -
HSV(B) 70.34º 0.27% 0.85% -
XYZ 57.43 66.09 42.99 -
YUV 208.4 100.69 127.72 -
System Red Green Blue C M Y K H S L
Decimal 208 218 160 0.05 0 0.27 0.15 70.34 0.44 0.74
Hex D0 DA A0 5 0 1B F 46 2C 4A
Octal 320 332 240 5 0 33 17 106 54 112
Binary 11010000 11011010 10100000 101 0 11011 1111 1000110 101100 1001010

Color Harmonies of #D0DAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DAA0

Black with #D0DAA0

Text Example


Text Example

White with #D0DAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DAA0; }

 p { color: rgb(208,218,160); }

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

background-color css

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

 a { background-color: rgb(208,218,160); }

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

border-color css

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

 span { border-color: rgb(208,218,160); }

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