Html Css Color HEX #D6DFB1 Orinoco

📋 copy color: '#D6DFB1'

red 214 ◦ green 223 ◦ blue 177

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

Shades of Orinoco #D6DFB1

Tints of Orinoco #D6DFB1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.32%

 BLUE value IS 177 (69.53% from 255) = 28.83%

R = 34.85%
G = 36.32%
B = 28.83%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#D6DFB1 (or 0xD6DFB1) is known color: Orinoco. HEX triplet: D6, DF and B1. RGB value is (214,223,177). Sum of RGB (Red+Green+Blue) = 214+223+177=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 177 (69.53% from 255 or 28.83% from 614); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DFB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DFB1 is #29204E. Grayscale: #D7D7D7. Windows color (decimal): -2695247 or 11657174. OLE color: 11657174.

HSL color Cylindrical-coordinate representation of color #D6DFB1: hue angle of 71.74º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6DFB1 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 223 177 -
CMYK 0.04 0 0.21 0.13
HSL 71.74º 0.42% 0.78% -
HSV(B) 71.74º 0.21% 0.87% -
XYZ 62.06 70.25 51.88 -
YUV 215.07 106.52 127.24 -
System Red Green Blue C M Y K H S L
Decimal 214 223 177 0.04 0 0.21 0.13 71.74 0.42 0.78
Hex D6 DF B1 4 0 15 D 48 2A 4E
Octal 326 337 261 4 0 25 15 110 52 116
Binary 11010110 11011111 10110001 100 0 10101 1101 1001000 101010 1001110

Color Harmonies of #D6DFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DFB1

Black with #D6DFB1

Text Example


Text Example

White with #D6DFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DFB1; }

 p { color: rgb(214,223,177); }

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

background-color css

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

 a { background-color: rgb(214,223,177); }

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

border-color css

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

 span { border-color: rgb(214,223,177); }

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