Html Css Color HEX #D0DBAA Orinoco

📋 copy color: '#D0DBAA'

red 208 ◦ green 219 ◦ blue 170

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

Shades of Orinoco #D0DBAA

Tints of Orinoco #D0DBAA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.68%

 BLUE value IS 170 (66.8% from 255) = 28.48%

R = 34.84%
G = 36.68%
B = 28.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#D0DBAA (or 0xD0DBAA) is known color: Orinoco. HEX triplet: D0, DB and AA. RGB value is (208,219,170). Sum of RGB (Red+Green+Blue) = 208+219+170=597 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.84% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 170 (66.80% from 255 or 28.48% from 597); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DBAA is #2F2455. Grayscale: #D2D2D2. Windows color (decimal): -3089494 or 11197392. OLE color: 11197392.

HSL color Cylindrical-coordinate representation of color #D0DBAA: hue angle of 73.47º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0DBAA is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 219 170 -
CMYK 0.05 0 0.22 0.14
HSL 73.47º 0.4% 0.76% -
HSV(B) 73.47º 0.22% 0.86% -
XYZ 58.6 66.98 47.87 -
YUV 210.13 105.36 126.48 -
System Red Green Blue C M Y K H S L
Decimal 208 219 170 0.05 0 0.22 0.14 73.47 0.4 0.76
Hex D0 DB AA 5 0 16 E 49 28 4C
Octal 320 333 252 5 0 26 16 111 50 114
Binary 11010000 11011011 10101010 101 0 10110 1110 1001001 101000 1001100

Color Harmonies of #D0DBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DBAA

Black with #D0DBAA

Text Example


Text Example

White with #D0DBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DBAA; }

 p { color: rgb(208,219,170); }

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

background-color css

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

 a { background-color: rgb(208,219,170); }

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

border-color css

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

 span { border-color: rgb(208,219,170); }

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