Html Css Color HEX #D0D49F Orinoco

📋 copy color: '#D0D49F'

red 208 ◦ green 212 ◦ blue 159

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

Shades of Orinoco #D0D49F

Tints of Orinoco #D0D49F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.61%

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

R = 35.92%
G = 36.61%
B = 27.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D0D49F (or 0xD0D49F) is known color: Orinoco. HEX triplet: D0, D4 and 9F. RGB value is (208,212,159). Sum of RGB (Red+Green+Blue) = 208+212+159=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 212 (83.20% from 255 or 36.61% from 579); Blue value is 159 (62.5% from 255 or 27.46% from 579); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D49F is #2F2B60. Grayscale: #CCCCCC. Windows color (decimal): -3091297 or 10474704. OLE color: 10474704.

HSL color Cylindrical-coordinate representation of color #D0D49F: hue angle of 64.53º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0D49F is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 208 212 159 -
CMYK 0.02 0 0.25 0.17
HSL 64.53º 0.38% 0.73% -
HSV(B) 64.53º 0.25% 0.83% -
XYZ 55.81 63 42.02 -
YUV 204.76 102.17 130.31 -
System Red Green Blue C M Y K H S L
Decimal 208 212 159 0.02 0 0.25 0.17 64.53 0.38 0.73
Hex D0 D4 9F 2 0 19 11 41 26 49
Octal 320 324 237 2 0 31 21 101 46 111
Binary 11010000 11010100 10011111 10 0 11001 10001 1000001 100110 1001001

Color Harmonies of #D0D49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D49F

Black with #D0D49F

Text Example


Text Example

White with #D0D49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D49F; }

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

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

background-color css

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

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

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

border-color css

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

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

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