Html Css Color HEX #D0DAAA Orinoco

📋 copy color: '#D0DAAA'

red 208 ◦ green 218 ◦ blue 170

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

Shades of Orinoco #D0DAAA

Tints of Orinoco #D0DAAA

RGB

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

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

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

R = 34.9%
G = 36.58%
B = 28.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D0DAAA (or 0xD0DAAA) is known color: Orinoco. HEX triplet: D0, DA and AA. RGB value is (208,218,170). Sum of RGB (Red+Green+Blue) = 208+218+170=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 170 (66.80% from 255 or 28.52% from 596); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DAAA is #2F2555. Grayscale: #D1D1D1. Windows color (decimal): -3089750 or 11197136. OLE color: 11197136.

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

Color convert

RGB 208 218 170 -
CMYK 0.05 0 0.22 0.15
HSL 72.5º 0.39% 0.76% -
HSV(B) 72.5º 0.22% 0.85% -
XYZ 58.34 66.45 47.78 -
YUV 209.54 105.69 126.9 -
System Red Green Blue C M Y K H S L
Decimal 208 218 170 0.05 0 0.22 0.15 72.5 0.39 0.76
Hex D0 DA AA 5 0 16 F 48 27 4C
Octal 320 332 252 5 0 26 17 110 47 114
Binary 11010000 11011010 10101010 101 0 10110 1111 1001000 100111 1001100

Color Harmonies of #D0DAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DAAA

Black with #D0DAAA

Text Example


Text Example

White with #D0DAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DAAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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