Html Css Color HEX #D0D99F Orinoco

📋 copy color: '#D0D99F'

red 208 ◦ green 217 ◦ blue 159

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

Shades of Orinoco #D0D99F

Tints of Orinoco #D0D99F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.16%

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

R = 35.62%
G = 37.16%
B = 27.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D0D99F (or 0xD0D99F) is known color: Orinoco. HEX triplet: D0, D9 and 9F. RGB value is (208,217,159). Sum of RGB (Red+Green+Blue) = 208+217+159=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 217 (85.16% from 255 or 37.16% from 584); Blue value is 159 (62.5% from 255 or 27.23% from 584); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D99F is #2F2660. Grayscale: #CFCFCF. Windows color (decimal): -3090017 or 10475984. OLE color: 10475984.

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

Color convert

RGB 208 217 159 -
CMYK 0.04 0 0.27 0.15
HSL 69.31º 0.43% 0.74% -
HSV(B) 69.31º 0.27% 0.85% -
XYZ 57.08 65.54 42.44 -
YUV 207.7 100.52 128.22 -
System Red Green Blue C M Y K H S L
Decimal 208 217 159 0.04 0 0.27 0.15 69.31 0.43 0.74
Hex D0 D9 9F 4 0 1B F 45 2B 4A
Octal 320 331 237 4 0 33 17 105 53 112
Binary 11010000 11011001 10011111 100 0 11011 1111 1000101 101011 1001010

Color Harmonies of #D0D99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D99F

Black with #D0D99F

Text Example


Text Example

White with #D0D99F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D99F; }

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

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

background-color css

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

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

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

border-color css

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

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

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