Html Css Color HEX #D8DCA3 Orinoco

📋 copy color: '#D8DCA3'

red 216 ◦ green 220 ◦ blue 163

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

Shades of Orinoco #D8DCA3

Tints of Orinoco #D8DCA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 27.21%

R = 36.06%
G = 36.73%
B = 27.21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#D8DCA3 (or 0xD8DCA3) is known color: Orinoco. HEX triplet: D8, DC and A3. RGB value is (216,220,163). Sum of RGB (Red+Green+Blue) = 216+220+163=599 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.06% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 163 (64.06% from 255 or 27.21% from 599); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DCA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DCA3 is #27235C. Grayscale: #D4D4D4. Windows color (decimal): -2564957 or 10738904. OLE color: 10738904.

HSL color Cylindrical-coordinate representation of color #D8DCA3: hue angle of 64.21º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8DCA3 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 220 163 -
CMYK 0.02 0 0.26 0.14
HSL 64.21º 0.45% 0.75% -
HSV(B) 64.21º 0.26% 0.86% -
XYZ 60.52 68.43 44.67 -
YUV 212.31 100.17 130.63 -
System Red Green Blue C M Y K H S L
Decimal 216 220 163 0.02 0 0.26 0.14 64.21 0.45 0.75
Hex D8 DC A3 2 0 1A E 40 2D 4B
Octal 330 334 243 2 0 32 16 100 55 113
Binary 11011000 11011100 10100011 10 0 11010 1110 1000000 101101 1001011

Color Harmonies of #D8DCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DCA3

Black with #D8DCA3

Text Example


Text Example

White with #D8DCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DCA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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