Html Css Color HEX #D2D8AC Orinoco

📋 copy color: '#D2D8AC'

red 210 ◦ green 216 ◦ blue 172

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

Shades of Orinoco #D2D8AC

Tints of Orinoco #D2D8AC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.12%

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

R = 35.12%
G = 36.12%
B = 28.76%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D2D8AC (or 0xD2D8AC) is known color: Orinoco. HEX triplet: D2, D8 and AC. RGB value is (210,216,172). Sum of RGB (Red+Green+Blue) = 210+216+172=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 216 (84.77% from 255 or 36.12% from 598); Blue value is 172 (67.58% from 255 or 28.76% from 598); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D8AC is #2D2753. Grayscale: #D1D1D1. Windows color (decimal): -2959188 or 11327698. OLE color: 11327698.

HSL color Cylindrical-coordinate representation of color #D2D8AC: hue angle of 68.18º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2D8AC is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 216 172 -
CMYK 0.03 0 0.20 0.15
HSL 68.18º 0.36% 0.76% -
HSV(B) 68.18º 0.2% 0.85% -
XYZ 58.58 65.79 48.64 -
YUV 209.19 107.01 128.58 -
System Red Green Blue C M Y K H S L
Decimal 210 216 172 0.03 0 0.20 0.15 68.18 0.36 0.76
Hex D2 D8 AC 3 0 14 F 44 24 4C
Octal 322 330 254 3 0 24 17 104 44 114
Binary 11010010 11011000 10101100 11 0 10100 1111 1000100 100100 1001100

Color Harmonies of #D2D8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D8AC

Black with #D2D8AC

Text Example


Text Example

White with #D2D8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D8AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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