Html Css Color HEX #D7DABA Orinoco

📋 copy color: '#D7DABA'

red 215 ◦ green 218 ◦ blue 186

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

Shades of Orinoco #D7DABA

Tints of Orinoco #D7DABA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.22%

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

R = 34.73%
G = 35.22%
B = 30.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D7DABA (or 0xD7DABA) is known color: Orinoco. HEX triplet: D7, DA and BA. RGB value is (215,218,186). Sum of RGB (Red+Green+Blue) = 215+218+186=619 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.73% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 218 - color contains mainly: green. Hex color #D7DABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DABA is #282545. Grayscale: #D5D5D5. Windows color (decimal): -2630982 or 12245719. OLE color: 12245719.

HSL color Cylindrical-coordinate representation of color #D7DABA: hue angle of 65.62º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7DABA is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 218 186 -
CMYK 0.01 0 0.15 0.15
HSL 65.63º 0.3% 0.79% -
HSV(B) 65.63º 0.15% 0.85% -
XYZ 61.96 68.14 56.34 -
YUV 213.46 112.51 129.1 -
System Red Green Blue C M Y K H S L
Decimal 215 218 186 0.01 0 0.15 0.15 65.63 0.3 0.79
Hex D7 DA BA 1 0 F F 42 1E 4F
Octal 327 332 272 1 0 17 17 102 36 117
Binary 11010111 11011010 10111010 1 0 1111 1111 1000010 11110 1001111

Color Harmonies of #D7DABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DABA

Black with #D7DABA

Text Example


Text Example

White with #D7DABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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