Html Css Color HEX #D7DBBA Orinoco

📋 copy color: '#D7DBBA'

red 215 ◦ green 219 ◦ blue 186

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

Shades of Orinoco #D7DBBA

Tints of Orinoco #D7DBBA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.32%

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

R = 34.68%
G = 35.32%
B = 30%

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

#D7DBBA (or 0xD7DBBA) is known color: Orinoco. HEX triplet: D7, DB and BA. RGB value is (215,219,186). Sum of RGB (Red+Green+Blue) = 215+219+186=620 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.68% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DBBA is #282445. Grayscale: #D6D6D6. Windows color (decimal): -2630726 or 12245975. OLE color: 12245975.

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

Color convert

RGB 215 219 186 -
CMYK 0.02 0 0.15 0.14
HSL 67.27º 0.31% 0.79% -
HSV(B) 67.27º 0.15% 0.86% -
XYZ 62.22 68.66 56.43 -
YUV 214.04 112.17 128.68 -
System Red Green Blue C M Y K H S L
Decimal 215 219 186 0.02 0 0.15 0.14 67.27 0.31 0.79
Hex D7 DB BA 2 0 F E 43 1F 4F
Octal 327 333 272 2 0 17 16 103 37 117
Binary 11010111 11011011 10111010 10 0 1111 1110 1000011 11111 1001111

Color Harmonies of #D7DBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DBBA

Black with #D7DBBA

Text Example


Text Example

White with #D7DBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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