Html Css Color HEX #D0DBA7 Orinoco

📋 copy color: '#D0DBA7'

red 208 ◦ green 219 ◦ blue 167

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

Shades of Orinoco #D0DBA7

Tints of Orinoco #D0DBA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 28.11%

R = 35.02%
G = 36.87%
B = 28.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#D0DBA7 (or 0xD0DBA7) is known color: Orinoco. HEX triplet: D0, DB and A7. RGB value is (208,219,167). Sum of RGB (Red+Green+Blue) = 208+219+167=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 167 (65.62% from 255 or 28.11% from 594); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DBA7 is #2F2458. Grayscale: #D1D1D1. Windows color (decimal): -3089497 or 11000784. OLE color: 11000784.

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

Color convert

RGB 208 219 167 -
CMYK 0.05 0 0.24 0.14
HSL 72.69º 0.42% 0.76% -
HSV(B) 72.69º 0.24% 0.86% -
XYZ 58.32 66.86 46.39 -
YUV 209.78 103.86 126.73 -
System Red Green Blue C M Y K H S L
Decimal 208 219 167 0.05 0 0.24 0.14 72.69 0.42 0.76
Hex D0 DB A7 5 0 18 E 49 2A 4C
Octal 320 333 247 5 0 30 16 111 52 114
Binary 11010000 11011011 10100111 101 0 11000 1110 1001001 101010 1001100

Color Harmonies of #D0DBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DBA7

Black with #D0DBA7

Text Example


Text Example

White with #D0DBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DBA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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