Html Css Color HEX #D7DCA3 Orinoco

📋 copy color: '#D7DCA3'

red 215 ◦ green 220 ◦ blue 163

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

Shades of Orinoco #D7DCA3

Tints of Orinoco #D7DCA3

RGB

 RED value IS 215 (84.38% from 255) = 35.95%

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

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

R = 35.95%
G = 36.79%
B = 27.26%

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

#D7DCA3 (or 0xD7DCA3) is known color: Orinoco. HEX triplet: D7, DC and A3. RGB value is (215,220,163). Sum of RGB (Red+Green+Blue) = 215+220+163=598 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.95% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 163 (64.06% from 255 or 27.26% from 598); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DCA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DCA3 is #28235C. Grayscale: #D4D4D4. Windows color (decimal): -2630493 or 10738903. OLE color: 10738903.

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

Color convert

RGB 215 220 163 -
CMYK 0.02 0 0.26 0.14
HSL 65.26º 0.45% 0.75% -
HSV(B) 65.26º 0.26% 0.86% -
XYZ 60.23 68.28 44.65 -
YUV 212.01 100.34 130.13 -
System Red Green Blue C M Y K H S L
Decimal 215 220 163 0.02 0 0.26 0.14 65.26 0.45 0.75
Hex D7 DC A3 2 0 1A E 41 2D 4B
Octal 327 334 243 2 0 32 16 101 55 113
Binary 11010111 11011100 10100011 10 0 11010 1110 1000001 101101 1001011

Color Harmonies of #D7DCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DCA3

Black with #D7DCA3

Text Example


Text Example

White with #D7DCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DCA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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