Html Css Color HEX #D1DDAC Orinoco

📋 copy color: '#D1DDAC'

red 209 ◦ green 221 ◦ blue 172

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

Shades of Orinoco #D1DDAC

Tints of Orinoco #D1DDAC

RGB

 RED value IS 209 (82.03% from 255) = 34.72%

 GREEN value IS 221 (86.72% from 255) = 36.71%

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

R = 34.72%
G = 36.71%
B = 28.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#D1DDAC (or 0xD1DDAC) is known color: Orinoco. HEX triplet: D1, DD and AC. RGB value is (209,221,172). Sum of RGB (Red+Green+Blue) = 209+221+172=602 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.72% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DDAC is #2E2253. Grayscale: #D4D4D4. Windows color (decimal): -3023444 or 11328977. OLE color: 11328977.

HSL color Cylindrical-coordinate representation of color #D1DDAC: hue angle of 74.69º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1DDAC is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 221 172 -
CMYK 0.05 0 0.22 0.13
HSL 74.69º 0.42% 0.77% -
HSV(B) 74.69º 0.22% 0.87% -
XYZ 59.6 68.25 49.06 -
YUV 211.83 105.52 125.98 -
System Red Green Blue C M Y K H S L
Decimal 209 221 172 0.05 0 0.22 0.13 74.69 0.42 0.77
Hex D1 DD AC 5 0 16 D 4B 2A 4D
Octal 321 335 254 5 0 26 15 113 52 115
Binary 11010001 11011101 10101100 101 0 10110 1101 1001011 101010 1001101

Color Harmonies of #D1DDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DDAC

Black with #D1DDAC

Text Example


Text Example

White with #D1DDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DDAC; }

 p { color: rgb(209,221,172); }

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

background-color css

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

 a { background-color: rgb(209,221,172); }

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

border-color css

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

 span { border-color: rgb(209,221,172); }

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