Html Css Color HEX #D0D6B1 Orinoco

📋 copy color: '#D0D6B1'

red 208 ◦ green 214 ◦ blue 177

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

Shades of Orinoco #D0D6B1

Tints of Orinoco #D0D6B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 29.55%

R = 34.72%
G = 35.73%
B = 29.55%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D0D6B1 (or 0xD0D6B1) is known color: Orinoco. HEX triplet: D0, D6 and B1. RGB value is (208,214,177). Sum of RGB (Red+Green+Blue) = 208+214+177=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 214 (83.98% from 255 or 35.73% from 599); Blue value is 177 (69.53% from 255 or 29.55% from 599); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D6B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D6B1 is #2F294E. Grayscale: #D0D0D0. Windows color (decimal): -3090767 or 11654864. OLE color: 11654864.

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

Color convert

RGB 208 214 177 -
CMYK 0.03 0 0.17 0.16
HSL 69.73º 0.31% 0.77% -
HSV(B) 69.73º 0.17% 0.84% -
XYZ 57.99 64.68 51.02 -
YUV 207.99 110.51 128.01 -
System Red Green Blue C M Y K H S L
Decimal 208 214 177 0.03 0 0.17 0.16 69.73 0.31 0.77
Hex D0 D6 B1 3 0 11 10 46 1F 4D
Octal 320 326 261 3 0 21 20 106 37 115
Binary 11010000 11010110 10110001 11 0 10001 10000 1000110 11111 1001101

Color Harmonies of #D0D6B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D6B1

Black with #D0D6B1

Text Example


Text Example

White with #D0D6B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D6B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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