Html Css Color HEX #D7DFB6 Orinoco

📋 copy color: '#D7DFB6'

red 215 ◦ green 223 ◦ blue 182

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

Shades of Orinoco #D7DFB6

Tints of Orinoco #D7DFB6

RGB

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

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

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

R = 34.68%
G = 35.97%
B = 29.35%

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

#D7DFB6 (or 0xD7DFB6) is known color: Orinoco. HEX triplet: D7, DF and B6. RGB value is (215,223,182). Sum of RGB (Red+Green+Blue) = 215+223+182=620 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.68% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 182 (71.48% from 255 or 29.35% from 620); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DFB6 is #282049. Grayscale: #D8D8D8. Windows color (decimal): -2629706 or 11984855. OLE color: 11984855.

HSL color Cylindrical-coordinate representation of color #D7DFB6: hue angle of 71.71º 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 #D7DFB6 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 223 182 -
CMYK 0.04 0 0.18 0.13
HSL 71.71º 0.39% 0.79% -
HSV(B) 71.71º 0.18% 0.87% -
XYZ 62.86 70.6 54.57 -
YUV 215.93 108.85 127.33 -
System Red Green Blue C M Y K H S L
Decimal 215 223 182 0.04 0 0.18 0.13 71.71 0.39 0.79
Hex D7 DF B6 4 0 12 D 48 27 4F
Octal 327 337 266 4 0 22 15 110 47 117
Binary 11010111 11011111 10110110 100 0 10010 1101 1001000 100111 1001111

Color Harmonies of #D7DFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DFB6

Black with #D7DFB6

Text Example


Text Example

White with #D7DFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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