Html Css Color HEX #D1D6B4 Orinoco

📋 copy color: '#D1D6B4'

red 209 ◦ green 214 ◦ blue 180

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

Shades of Orinoco #D1D6B4

Tints of Orinoco #D1D6B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 29.85%

R = 34.66%
G = 35.49%
B = 29.85%

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

#D1D6B4 (or 0xD1D6B4) is known color: Orinoco. HEX triplet: D1, D6 and B4. RGB value is (209,214,180). Sum of RGB (Red+Green+Blue) = 209+214+180=603 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.66% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 180 (70.70% from 255 or 29.85% from 603); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D6B4 is #2E294B. Grayscale: #D0D0D0. Windows color (decimal): -3025228 or 11851473. OLE color: 11851473.

HSL color Cylindrical-coordinate representation of color #D1D6B4: hue angle of 68.82º degrees, saturation: 0.29, 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 #D1D6B4 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 214 180 -
CMYK 0.02 0 0.16 0.16
HSL 68.82º 0.29% 0.77% -
HSV(B) 68.82º 0.16% 0.84% -
XYZ 58.58 64.94 52.63 -
YUV 208.63 111.84 128.26 -
System Red Green Blue C M Y K H S L
Decimal 209 214 180 0.02 0 0.16 0.16 68.82 0.29 0.77
Hex D1 D6 B4 2 0 10 10 45 1D 4D
Octal 321 326 264 2 0 20 20 105 35 115
Binary 11010001 11010110 10110100 10 0 10000 10000 1000101 11101 1001101

Color Harmonies of #D1D6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D6B4

Black with #D1D6B4

Text Example


Text Example

White with #D1D6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D6B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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