Html Css Color HEX #D9DCAD Orinoco

📋 copy color: '#D9DCAD'

red 217 ◦ green 220 ◦ blue 173

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

Shades of Orinoco #D9DCAD

Tints of Orinoco #D9DCAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.36%

R = 35.57%
G = 36.07%
B = 28.36%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#D9DCAD (or 0xD9DCAD) is known color: Orinoco. HEX triplet: D9, DC and AD. RGB value is (217,220,173). Sum of RGB (Red+Green+Blue) = 217+220+173=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 173 (67.97% from 255 or 28.36% from 610); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DCAD is #262352. Grayscale: #D5D5D5. Windows color (decimal): -2499411 or 11394265. OLE color: 11394265.

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

Color convert

RGB 217 220 173 -
CMYK 0.01 0 0.21 0.14
HSL 63.83º 0.4% 0.77% -
HSV(B) 63.83º 0.21% 0.86% -
XYZ 61.75 68.96 49.59 -
YUV 213.75 105.01 130.32 -
System Red Green Blue C M Y K H S L
Decimal 217 220 173 0.01 0 0.21 0.14 63.83 0.4 0.77
Hex D9 DC AD 1 0 15 E 40 28 4D
Octal 331 334 255 1 0 25 16 100 50 115
Binary 11011001 11011100 10101101 1 0 10101 1110 1000000 101000 1001101

Color Harmonies of #D9DCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DCAD

Black with #D9DCAD

Text Example


Text Example

White with #D9DCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DCAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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