Html Css Color HEX #D3DCA3 Orinoco

📋 copy color: '#D3DCA3'

red 211 ◦ green 220 ◦ blue 163

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

Shades of Orinoco #D3DCA3

Tints of Orinoco #D3DCA3

RGB

 RED value IS 211 (82.81% from 255) = 35.52%

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

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

R = 35.52%
G = 37.04%
B = 27.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#D3DCA3 (or 0xD3DCA3) is known color: Orinoco. HEX triplet: D3, DC and A3. RGB value is (211,220,163). Sum of RGB (Red+Green+Blue) = 211+220+163=594 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.52% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 163 (64.06% from 255 or 27.44% from 594); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DCA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DCA3 is #2C235C. Grayscale: #D3D3D3. Windows color (decimal): -2892637 or 10738899. OLE color: 10738899.

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

Color convert

RGB 211 220 163 -
CMYK 0.04 0 0.26 0.14
HSL 69.47º 0.45% 0.75% -
HSV(B) 69.47º 0.26% 0.86% -
XYZ 59.07 67.68 44.6 -
YUV 210.81 101.02 128.13 -
System Red Green Blue C M Y K H S L
Decimal 211 220 163 0.04 0 0.26 0.14 69.47 0.45 0.75
Hex D3 DC A3 4 0 1A E 45 2D 4B
Octal 323 334 243 4 0 32 16 105 55 113
Binary 11010011 11011100 10100011 100 0 11010 1110 1000101 101101 1001011

Color Harmonies of #D3DCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DCA3

Black with #D3DCA3

Text Example


Text Example

White with #D3DCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DCA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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