Html Css Color HEX #D7DCBA Orinoco

📋 copy color: '#D7DCBA'

red 215 ◦ green 220 ◦ blue 186

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

Shades of Orinoco #D7DCBA

Tints of Orinoco #D7DCBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.95%

R = 34.62%
G = 35.43%
B = 29.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#D7DCBA (or 0xD7DCBA) is known color: Orinoco. HEX triplet: D7, DC and BA. RGB value is (215,220,186). Sum of RGB (Red+Green+Blue) = 215+220+186=621 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.62% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DCBA is #282345. Grayscale: #D6D6D6. Windows color (decimal): -2630470 or 12246231. OLE color: 12246231.

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

Color convert

RGB 215 220 186 -
CMYK 0.02 0 0.15 0.14
HSL 68.82º 0.33% 0.8% -
HSV(B) 68.82º 0.15% 0.86% -
XYZ 62.48 69.18 56.51 -
YUV 214.63 111.84 128.26 -
System Red Green Blue C M Y K H S L
Decimal 215 220 186 0.02 0 0.15 0.14 68.82 0.33 0.8
Hex D7 DC BA 2 0 F E 45 21 50
Octal 327 334 272 2 0 17 16 105 41 120
Binary 11010111 11011100 10111010 10 0 1111 1110 1000101 100001 1010000

Color Harmonies of #D7DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DCBA

Black with #D7DCBA

Text Example


Text Example

White with #D7DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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