Html Css Color HEX #D2DCA6 Orinoco

📋 copy color: '#D2DCA6'

red 210 ◦ green 220 ◦ blue 166

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

Shades of Orinoco #D2DCA6

Tints of Orinoco #D2DCA6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.91%

 BLUE value IS 166 (65.23% from 255) = 27.85%

R = 35.23%
G = 36.91%
B = 27.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#D2DCA6 (or 0xD2DCA6) is known color: Orinoco. HEX triplet: D2, DC and A6. RGB value is (210,220,166). Sum of RGB (Red+Green+Blue) = 210+220+166=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 166 (65.23% from 255 or 27.85% from 596); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DCA6 is #2D2359. Grayscale: #D3D3D3. Windows color (decimal): -2958170 or 10935506. OLE color: 10935506.

HSL color Cylindrical-coordinate representation of color #D2DCA6: hue angle of 71.11º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D2DCA6 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 220 166 -
CMYK 0.05 0 0.25 0.14
HSL 71.11º 0.44% 0.76% -
HSV(B) 71.11º 0.25% 0.86% -
XYZ 59.05 67.64 46.02 -
YUV 210.85 102.69 127.39 -
System Red Green Blue C M Y K H S L
Decimal 210 220 166 0.05 0 0.25 0.14 71.11 0.44 0.76
Hex D2 DC A6 5 0 19 E 47 2C 4C
Octal 322 334 246 5 0 31 16 107 54 114
Binary 11010010 11011100 10100110 101 0 11001 1110 1000111 101100 1001100

Color Harmonies of #D2DCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DCA6

Black with #D2DCA6

Text Example


Text Example

White with #D2DCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DCA6; }

 p { color: rgb(210,220,166); }

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

background-color css

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

 a { background-color: rgb(210,220,166); }

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

border-color css

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

 span { border-color: rgb(210,220,166); }

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