Html Css Color HEX #D8DCAD Orinoco

📋 copy color: '#D8DCAD'

red 216 ◦ green 220 ◦ blue 173

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

Shades of Orinoco #D8DCAD

Tints of Orinoco #D8DCAD

RGB

 RED value IS 216 (84.77% from 255) = 35.47%

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

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

R = 35.47%
G = 36.12%
B = 28.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#D8DCAD (or 0xD8DCAD) is known color: Orinoco. HEX triplet: D8, DC and AD. RGB value is (216,220,173). Sum of RGB (Red+Green+Blue) = 216+220+173=609 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.47% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DCAD is #272352. Grayscale: #D5D5D5. Windows color (decimal): -2564947 or 11394264. OLE color: 11394264.

HSL color Cylindrical-coordinate representation of color #D8DCAD: hue angle of 65.11º 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 #D8DCAD is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 220 173 -
CMYK 0.02 0 0.21 0.14
HSL 65.11º 0.4% 0.77% -
HSV(B) 65.11º 0.21% 0.86% -
XYZ 61.45 68.8 49.58 -
YUV 213.45 105.17 129.82 -
System Red Green Blue C M Y K H S L
Decimal 216 220 173 0.02 0 0.21 0.14 65.11 0.4 0.77
Hex D8 DC AD 2 0 15 E 41 28 4D
Octal 330 334 255 2 0 25 16 101 50 115
Binary 11011000 11011100 10101101 10 0 10101 1110 1000001 101000 1001101

Color Harmonies of #D8DCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DCAD

Black with #D8DCAD

Text Example


Text Example

White with #D8DCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DCAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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