Html Css Color HEX #D0DAB0 Orinoco

📋 copy color: '#D0DAB0'

red 208 ◦ green 218 ◦ blue 176

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

Shades of Orinoco #D0DAB0

Tints of Orinoco #D0DAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29.24%

R = 34.55%
G = 36.21%
B = 29.24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D0DAB0 (or 0xD0DAB0) is known color: Orinoco. HEX triplet: D0, DA and B0. RGB value is (208,218,176). Sum of RGB (Red+Green+Blue) = 208+218+176=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 176 (69.14% from 255 or 29.24% from 602); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DAB0 is #2F254F. Grayscale: #D2D2D2. Windows color (decimal): -3089744 or 11590352. OLE color: 11590352.

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

Color convert

RGB 208 218 176 -
CMYK 0.05 0 0.19 0.15
HSL 74.29º 0.36% 0.77% -
HSV(B) 74.29º 0.19% 0.85% -
XYZ 58.92 66.69 50.84 -
YUV 210.22 108.69 126.42 -
System Red Green Blue C M Y K H S L
Decimal 208 218 176 0.05 0 0.19 0.15 74.29 0.36 0.77
Hex D0 DA B0 5 0 13 F 4A 24 4D
Octal 320 332 260 5 0 23 17 112 44 115
Binary 11010000 11011010 10110000 101 0 10011 1111 1001010 100100 1001101

Color Harmonies of #D0DAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DAB0

Black with #D0DAB0

Text Example


Text Example

White with #D0DAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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