Html Css Color HEX #D6DCA8 Orinoco

📋 copy color: '#D6DCA8'

red 214 ◦ green 220 ◦ blue 168

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

Shades of Orinoco #D6DCA8

Tints of Orinoco #D6DCA8

RGB

 RED value IS 214 (83.98% from 255) = 35.55%

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

 BLUE value IS 168 (66.02% from 255) = 27.91%

R = 35.55%
G = 36.54%
B = 27.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#D6DCA8 (or 0xD6DCA8) is known color: Orinoco. HEX triplet: D6, DC and A8. RGB value is (214,220,168). Sum of RGB (Red+Green+Blue) = 214+220+168=602 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.55% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 168 (66.02% from 255 or 27.91% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DCA8 is #292357. Grayscale: #D4D4D4. Windows color (decimal): -2696024 or 11066582. OLE color: 11066582.

HSL color Cylindrical-coordinate representation of color #D6DCA8: hue angle of 66.92º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6DCA8 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 220 168 -
CMYK 0.03 0 0.24 0.14
HSL 66.92º 0.43% 0.76% -
HSV(B) 66.92º 0.24% 0.86% -
XYZ 60.39 68.31 47.05 -
YUV 212.28 103.01 129.23 -
System Red Green Blue C M Y K H S L
Decimal 214 220 168 0.03 0 0.24 0.14 66.92 0.43 0.76
Hex D6 DC A8 3 0 18 E 43 2B 4C
Octal 326 334 250 3 0 30 16 103 53 114
Binary 11010110 11011100 10101000 11 0 11000 1110 1000011 101011 1001100

Color Harmonies of #D6DCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DCA8

Black with #D6DCA8

Text Example


Text Example

White with #D6DCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DCA8; }

 p { color: rgb(214,220,168); }

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

background-color css

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

 a { background-color: rgb(214,220,168); }

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

border-color css

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

 span { border-color: rgb(214,220,168); }

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