Html Css Color HEX #D2D6BA Orinoco

📋 copy color: '#D2D6BA'

red 210 ◦ green 214 ◦ blue 186

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

Shades of Orinoco #D2D6BA

Tints of Orinoco #D2D6BA

RGB

 RED value IS 210 (82.42% from 255) = 34.43%

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

 BLUE value IS 186 (73.05% from 255) = 30.49%

R = 34.43%
G = 35.08%
B = 30.49%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D2D6BA (or 0xD2D6BA) is known color: Orinoco. HEX triplet: D2, D6 and BA. RGB value is (210,214,186). Sum of RGB (Red+Green+Blue) = 210+214+186=610 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.43% from 610); Green value is 214 (83.98% from 255 or 35.08% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D6BA is #2D2945. Grayscale: #D1D1D1. Windows color (decimal): -2959686 or 12244690. OLE color: 12244690.

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

Color convert

RGB 210 214 186 -
CMYK 0.02 0 0.13 0.16
HSL 68.57º 0.25% 0.78% -
HSV(B) 68.57º 0.13% 0.84% -
XYZ 59.49 65.34 55.93 -
YUV 209.61 114.67 128.28 -
System Red Green Blue C M Y K H S L
Decimal 210 214 186 0.02 0 0.13 0.16 68.57 0.25 0.78
Hex D2 D6 BA 2 0 D 10 45 19 4E
Octal 322 326 272 2 0 15 20 105 31 116
Binary 11010010 11010110 10111010 10 0 1101 10000 1000101 11001 1001110

Color Harmonies of #D2D6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D6BA

Black with #D2D6BA

Text Example


Text Example

White with #D2D6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D6BA; }

 p { color: rgb(210,214,186); }

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

background-color css

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

 a { background-color: rgb(210,214,186); }

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

border-color css

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

 span { border-color: rgb(210,214,186); }

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