Html Css Color HEX #D6DFB6 Orinoco

📋 copy color: '#D6DFB6'

red 214 ◦ green 223 ◦ blue 182

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

Shades of Orinoco #D6DFB6

Tints of Orinoco #D6DFB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 29.4%

R = 34.57%
G = 36.03%
B = 29.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#D6DFB6 (or 0xD6DFB6) is known color: Orinoco. HEX triplet: D6, DF and B6. RGB value is (214,223,182). Sum of RGB (Red+Green+Blue) = 214+223+182=619 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.57% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 182 (71.48% from 255 or 29.40% from 619); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DFB6 is #292049. Grayscale: #D7D7D7. Windows color (decimal): -2695242 or 11984854. OLE color: 11984854.

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

Color convert

RGB 214 223 182 -
CMYK 0.04 0 0.18 0.13
HSL 73.17º 0.39% 0.79% -
HSV(B) 73.17º 0.18% 0.87% -
XYZ 62.56 70.45 54.56 -
YUV 215.64 109.02 126.83 -
System Red Green Blue C M Y K H S L
Decimal 214 223 182 0.04 0 0.18 0.13 73.17 0.39 0.79
Hex D6 DF B6 4 0 12 D 49 27 4F
Octal 326 337 266 4 0 22 15 111 47 117
Binary 11010110 11011111 10110110 100 0 10010 1101 1001001 100111 1001111

Color Harmonies of #D6DFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DFB6

Black with #D6DFB6

Text Example


Text Example

White with #D6DFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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