Html Css Color HEX #D0D89F Orinoco

📋 copy color: '#D0D89F'

red 208 ◦ green 216 ◦ blue 159

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

Shades of Orinoco #D0D89F

Tints of Orinoco #D0D89F

RGB

 RED value IS 208 (81.64% from 255) = 35.68%

 GREEN value IS 216 (84.77% from 255) = 37.05%

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

R = 35.68%
G = 37.05%
B = 27.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D0D89F (or 0xD0D89F) is known color: Orinoco. HEX triplet: D0, D8 and 9F. RGB value is (208,216,159). Sum of RGB (Red+Green+Blue) = 208+216+159=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 159 (62.5% from 255 or 27.27% from 583); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D89F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D89F is #2F2760. Grayscale: #CFCFCF. Windows color (decimal): -3090273 or 10475728. OLE color: 10475728.

HSL color Cylindrical-coordinate representation of color #D0D89F: hue angle of 68.42º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0D89F is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 216 159 -
CMYK 0.04 0 0.26 0.15
HSL 68.42º 0.42% 0.74% -
HSV(B) 68.42º 0.26% 0.85% -
XYZ 56.83 65.02 42.36 -
YUV 207.11 100.85 128.63 -
System Red Green Blue C M Y K H S L
Decimal 208 216 159 0.04 0 0.26 0.15 68.42 0.42 0.74
Hex D0 D8 9F 4 0 1A F 44 2A 4A
Octal 320 330 237 4 0 32 17 104 52 112
Binary 11010000 11011000 10011111 100 0 11010 1111 1000100 101010 1001010

Color Harmonies of #D0D89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D89F

Black with #D0D89F

Text Example


Text Example

White with #D0D89F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D89F; }

 p { color: rgb(208,216,159); }

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

background-color css

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

 a { background-color: rgb(208,216,159); }

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

border-color css

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

 span { border-color: rgb(208,216,159); }

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