Html Css Color HEX #D2D7AC Orinoco

📋 copy color: '#D2D7AC'

red 210 ◦ green 215 ◦ blue 172

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

Shades of Orinoco #D2D7AC

Tints of Orinoco #D2D7AC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.01%

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

R = 35.18%
G = 36.01%
B = 28.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D2D7AC (or 0xD2D7AC) is known color: Orinoco. HEX triplet: D2, D7 and AC. RGB value is (210,215,172). Sum of RGB (Red+Green+Blue) = 210+215+172=597 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.18% from 597); Green value is 215 (84.38% from 255 or 36.01% from 597); Blue value is 172 (67.58% from 255 or 28.81% from 597); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D7AC is #2D2853. Grayscale: #D0D0D0. Windows color (decimal): -2959444 or 11327442. OLE color: 11327442.

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

Color convert

RGB 210 215 172 -
CMYK 0.02 0 0.2 0.16
HSL 66.98º 0.35% 0.76% -
HSV(B) 66.98º 0.2% 0.84% -
XYZ 58.33 65.28 48.56 -
YUV 208.6 107.34 129 -
System Red Green Blue C M Y K H S L
Decimal 210 215 172 0.02 0 0.2 0.16 66.98 0.35 0.76
Hex D2 D7 AC 2 0 14 10 43 23 4C
Octal 322 327 254 2 0 24 20 103 43 114
Binary 11010010 11010111 10101100 10 0 10100 10000 1000011 100011 1001100

Color Harmonies of #D2D7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D7AC

Black with #D2D7AC

Text Example


Text Example

White with #D2D7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D7AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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