Html Css Color HEX #D2D6AC Orinoco

📋 copy color: '#D2D6AC'

red 210 ◦ green 214 ◦ blue 172

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

Shades of Orinoco #D2D6AC

Tints of Orinoco #D2D6AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.86%

R = 35.23%
G = 35.91%
B = 28.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D2D6AC (or 0xD2D6AC) is known color: Orinoco. HEX triplet: D2, D6 and AC. RGB value is (210,214,172). Sum of RGB (Red+Green+Blue) = 210+214+172=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 214 (83.98% from 255 or 35.91% from 596); Blue value is 172 (67.58% from 255 or 28.86% from 596); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D6AC is #2D2953. Grayscale: #D0D0D0. Windows color (decimal): -2959700 or 11327186. OLE color: 11327186.

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

Color convert

RGB 210 214 172 -
CMYK 0.02 0 0.20 0.16
HSL 65.71º 0.34% 0.76% -
HSV(B) 65.71º 0.2% 0.84% -
XYZ 58.07 64.77 48.47 -
YUV 208.02 107.67 129.42 -
System Red Green Blue C M Y K H S L
Decimal 210 214 172 0.02 0 0.20 0.16 65.71 0.34 0.76
Hex D2 D6 AC 2 0 14 10 42 22 4C
Octal 322 326 254 2 0 24 20 102 42 114
Binary 11010010 11010110 10101100 10 0 10100 10000 1000010 100010 1001100

Color Harmonies of #D2D6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D6AC

Black with #D2D6AC

Text Example


Text Example

White with #D2D6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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