Html Css Color HEX #D6DCA3 Orinoco

📋 copy color: '#D6DCA3'

red 214 ◦ green 220 ◦ blue 163

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

Shades of Orinoco #D6DCA3

Tints of Orinoco #D6DCA3

RGB

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

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

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

R = 35.85%
G = 36.85%
B = 27.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#D6DCA3 (or 0xD6DCA3) is known color: Orinoco. HEX triplet: D6, DC and A3. RGB value is (214,220,163). Sum of RGB (Red+Green+Blue) = 214+220+163=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 163 (64.06% from 255 or 27.30% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DCA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DCA3 is #29235C. Grayscale: #D3D3D3. Windows color (decimal): -2696029 or 10738902. OLE color: 10738902.

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

Color convert

RGB 214 220 163 -
CMYK 0.03 0 0.26 0.14
HSL 66.32º 0.45% 0.75% -
HSV(B) 66.32º 0.26% 0.86% -
XYZ 59.94 68.13 44.64 -
YUV 211.71 100.51 129.63 -
System Red Green Blue C M Y K H S L
Decimal 214 220 163 0.03 0 0.26 0.14 66.32 0.45 0.75
Hex D6 DC A3 3 0 1A E 42 2D 4B
Octal 326 334 243 3 0 32 16 102 55 113
Binary 11010110 11011100 10100011 11 0 11010 1110 1000010 101101 1001011

Color Harmonies of #D6DCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DCA3

Black with #D6DCA3

Text Example


Text Example

White with #D6DCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DCA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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