Html Css Color HEX #D1D6B3 Orinoco

📋 copy color: '#D1D6B3'

red 209 ◦ green 214 ◦ blue 179

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

Shades of Orinoco #D1D6B3

Tints of Orinoco #D1D6B3

RGB

 RED value IS 209 (82.03% from 255) = 34.72%

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

 BLUE value IS 179 (70.31% from 255) = 29.73%

R = 34.72%
G = 35.55%
B = 29.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D1D6B3 (or 0xD1D6B3) is known color: Orinoco. HEX triplet: D1, D6 and B3. RGB value is (209,214,179). Sum of RGB (Red+Green+Blue) = 209+214+179=602 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.72% from 602); Green value is 214 (83.98% from 255 or 35.55% from 602); Blue value is 179 (70.31% from 255 or 29.73% from 602); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D6B3 is #2E294C. Grayscale: #D0D0D0. Windows color (decimal): -3025229 or 11785937. OLE color: 11785937.

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

Color convert

RGB 209 214 179 -
CMYK 0.02 0 0.16 0.16
HSL 68.57º 0.3% 0.77% -
HSV(B) 68.57º 0.16% 0.84% -
XYZ 58.48 64.9 52.09 -
YUV 208.52 111.34 128.35 -
System Red Green Blue C M Y K H S L
Decimal 209 214 179 0.02 0 0.16 0.16 68.57 0.3 0.77
Hex D1 D6 B3 2 0 10 10 45 1E 4D
Octal 321 326 263 2 0 20 20 105 36 115
Binary 11010001 11010110 10110011 10 0 10000 10000 1000101 11110 1001101

Color Harmonies of #D1D6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D6B3

Black with #D1D6B3

Text Example


Text Example

White with #D1D6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D6B3; }

 p { color: rgb(209,214,179); }

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

background-color css

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

 a { background-color: rgb(209,214,179); }

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

border-color css

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

 span { border-color: rgb(209,214,179); }

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