Html Css Color HEX #D0DAA6 Orinoco

📋 copy color: '#D0DAA6'

red 208 ◦ green 218 ◦ blue 166

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

Shades of Orinoco #D0DAA6

Tints of Orinoco #D0DAA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 28.04%

R = 35.14%
G = 36.82%
B = 28.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D0DAA6 (or 0xD0DAA6) is known color: Orinoco. HEX triplet: D0, DA and A6. RGB value is (208,218,166). Sum of RGB (Red+Green+Blue) = 208+218+166=592 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.14% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 166 (65.23% from 255 or 28.04% from 592); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DAA6 is #2F2559. Grayscale: #D1D1D1. Windows color (decimal): -3089754 or 10934992. OLE color: 10934992.

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

Color convert

RGB 208 218 166 -
CMYK 0.05 0 0.24 0.15
HSL 71.54º 0.41% 0.75% -
HSV(B) 71.54º 0.24% 0.85% -
XYZ 57.97 66.31 45.82 -
YUV 209.08 103.69 127.23 -
System Red Green Blue C M Y K H S L
Decimal 208 218 166 0.05 0 0.24 0.15 71.54 0.41 0.75
Hex D0 DA A6 5 0 18 F 48 29 4B
Octal 320 332 246 5 0 30 17 110 51 113
Binary 11010000 11011010 10100110 101 0 11000 1111 1001000 101001 1001011

Color Harmonies of #D0DAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DAA6

Black with #D0DAA6

Text Example


Text Example

White with #D0DAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DAA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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