Html Css Color HEX #D6DBBA Orinoco

📋 copy color: '#D6DBBA'

red 214 ◦ green 219 ◦ blue 186

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

Shades of Orinoco #D6DBBA

Tints of Orinoco #D6DBBA

RGB

 RED value IS 214 (83.98% from 255) = 34.57%

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

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

R = 34.57%
G = 35.38%
B = 30.05%

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

#D6DBBA (or 0xD6DBBA) is known color: Orinoco. HEX triplet: D6, DB and BA. RGB value is (214,219,186). Sum of RGB (Red+Green+Blue) = 214+219+186=619 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.57% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DBBA is #292445. Grayscale: #D5D5D5. Windows color (decimal): -2696262 or 12245974. OLE color: 12245974.

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

Color convert

RGB 214 219 186 -
CMYK 0.02 0 0.15 0.14
HSL 69.09º 0.31% 0.79% -
HSV(B) 69.09º 0.15% 0.86% -
XYZ 61.93 68.5 56.41 -
YUV 213.74 112.34 128.18 -
System Red Green Blue C M Y K H S L
Decimal 214 219 186 0.02 0 0.15 0.14 69.09 0.31 0.79
Hex D6 DB BA 2 0 F E 45 1F 4F
Octal 326 333 272 2 0 17 16 105 37 117
Binary 11010110 11011011 10111010 10 0 1111 1110 1000101 11111 1001111

Color Harmonies of #D6DBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DBBA

Black with #D6DBBA

Text Example


Text Example

White with #D6DBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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