Html Css Color HEX #D0D6AA Orinoco

📋 copy color: '#D0D6AA'

red 208 ◦ green 214 ◦ blue 170

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

Shades of Orinoco #D0D6AA

Tints of Orinoco #D0D6AA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.15%

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

R = 35.14%
G = 36.15%
B = 28.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D0D6AA (or 0xD0D6AA) is known color: Orinoco. HEX triplet: D0, D6 and AA. RGB value is (208,214,170). Sum of RGB (Red+Green+Blue) = 208+214+170=592 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.14% from 592); Green value is 214 (83.98% from 255 or 36.15% from 592); Blue value is 170 (66.80% from 255 or 28.72% from 592); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D6AA is #2F2955. Grayscale: #CFCFCF. Windows color (decimal): -3090774 or 11196112. OLE color: 11196112.

HSL color Cylindrical-coordinate representation of color #D0D6AA: hue angle of 68.18º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0D6AA is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 214 170 -
CMYK 0.03 0 0.21 0.16
HSL 68.18º 0.35% 0.75% -
HSV(B) 68.18º 0.21% 0.84% -
XYZ 57.31 64.41 47.44 -
YUV 207.19 107.01 128.58 -
System Red Green Blue C M Y K H S L
Decimal 208 214 170 0.03 0 0.21 0.16 68.18 0.35 0.75
Hex D0 D6 AA 3 0 15 10 44 23 4B
Octal 320 326 252 3 0 25 20 104 43 113
Binary 11010000 11010110 10101010 11 0 10101 10000 1000100 100011 1001011

Color Harmonies of #D0D6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D6AA

Black with #D0D6AA

Text Example


Text Example

White with #D0D6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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