Html Css Color HEX #D7DD9F Orinoco

📋 copy color: '#D7DD9F'

red 215 ◦ green 221 ◦ blue 159

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

Shades of Orinoco #D7DD9F

Tints of Orinoco #D7DD9F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.14%

 BLUE value IS 159 (62.5% from 255) = 26.72%

R = 36.13%
G = 37.14%
B = 26.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#D7DD9F (or 0xD7DD9F) is known color: Orinoco. HEX triplet: D7, DD and 9F. RGB value is (215,221,159). Sum of RGB (Red+Green+Blue) = 215+221+159=595 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.13% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 159 (62.5% from 255 or 26.72% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DD9F is #282260. Grayscale: #D4D4D4. Windows color (decimal): -2630241 or 10477015. OLE color: 10477015.

HSL color Cylindrical-coordinate representation of color #D7DD9F: hue angle of 65.81º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D7DD9F is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 221 159 -
CMYK 0.03 0 0.28 0.13
HSL 65.81º 0.48% 0.75% -
HSV(B) 65.81º 0.28% 0.87% -
XYZ 60.14 68.66 42.88 -
YUV 212.14 98.01 130.04 -
System Red Green Blue C M Y K H S L
Decimal 215 221 159 0.03 0 0.28 0.13 65.81 0.48 0.75
Hex D7 DD 9F 3 0 1C D 42 30 4B
Octal 327 335 237 3 0 34 15 102 60 113
Binary 11010111 11011101 10011111 11 0 11100 1101 1000010 110000 1001011

Color Harmonies of #D7DD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DD9F

Black with #D7DD9F

Text Example


Text Example

White with #D7DD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DD9F; }

 p { color: rgb(215,221,159); }

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

background-color css

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

 a { background-color: rgb(215,221,159); }

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

border-color css

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

 span { border-color: rgb(215,221,159); }

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