Html Css Color HEX #D1DCAC Orinoco

📋 copy color: '#D1DCAC'

red 209 ◦ green 220 ◦ blue 172

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

Shades of Orinoco #D1DCAC

Tints of Orinoco #D1DCAC

RGB

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

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

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

R = 34.78%
G = 36.61%
B = 28.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#D1DCAC (or 0xD1DCAC) is known color: Orinoco. HEX triplet: D1, DC and AC. RGB value is (209,220,172). Sum of RGB (Red+Green+Blue) = 209+220+172=601 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.78% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 172 (67.58% from 255 or 28.62% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DCAC is #2E2353. Grayscale: #D3D3D3. Windows color (decimal): -3023700 or 11328721. OLE color: 11328721.

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

Color convert

RGB 209 220 172 -
CMYK 0.05 0 0.22 0.14
HSL 73.75º 0.41% 0.77% -
HSV(B) 73.75º 0.22% 0.86% -
XYZ 59.33 67.72 48.97 -
YUV 211.24 105.86 126.4 -
System Red Green Blue C M Y K H S L
Decimal 209 220 172 0.05 0 0.22 0.14 73.75 0.41 0.77
Hex D1 DC AC 5 0 16 E 4A 29 4D
Octal 321 334 254 5 0 26 16 112 51 115
Binary 11010001 11011100 10101100 101 0 10110 1110 1001010 101001 1001101

Color Harmonies of #D1DCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DCAC

Black with #D1DCAC

Text Example


Text Example

White with #D1DCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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