Html Css Color HEX #D9DCAC Orinoco

📋 copy color: '#D9DCAC'

red 217 ◦ green 220 ◦ blue 172

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

Shades of Orinoco #D9DCAC

Tints of Orinoco #D9DCAC

RGB

 RED value IS 217 (85.16% from 255) = 35.63%

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

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

R = 35.63%
G = 36.12%
B = 28.24%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#D9DCAC (or 0xD9DCAC) is known color: Orinoco. HEX triplet: D9, DC and AC. RGB value is (217,220,172). Sum of RGB (Red+Green+Blue) = 217+220+172=609 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.63% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DCAC is #262353. Grayscale: #D5D5D5. Windows color (decimal): -2499412 or 11328729. OLE color: 11328729.

HSL color Cylindrical-coordinate representation of color #D9DCAC: hue angle of 63.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 #D9DCAC is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 220 172 -
CMYK 0.01 0 0.22 0.14
HSL 63.75º 0.41% 0.77% -
HSV(B) 63.75º 0.22% 0.86% -
XYZ 61.65 68.92 49.08 -
YUV 213.63 104.51 130.4 -
System Red Green Blue C M Y K H S L
Decimal 217 220 172 0.01 0 0.22 0.14 63.75 0.41 0.77
Hex D9 DC AC 1 0 16 E 40 29 4D
Octal 331 334 254 1 0 26 16 100 51 115
Binary 11011001 11011100 10101100 1 0 10110 1110 1000000 101001 1001101

Color Harmonies of #D9DCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DCAC

Black with #D9DCAC

Text Example


Text Example

White with #D9DCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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