Html Css Color HEX #D2D49F Orinoco

📋 copy color: '#D2D49F'

red 210 ◦ green 212 ◦ blue 159

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

Shades of Orinoco #D2D49F

Tints of Orinoco #D2D49F

RGB

 RED value IS 210 (82.42% from 255) = 36.14%

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

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

R = 36.14%
G = 36.49%
B = 27.37%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D2D49F (or 0xD2D49F) is known color: Orinoco. HEX triplet: D2, D4 and 9F. RGB value is (210,212,159). Sum of RGB (Red+Green+Blue) = 210+212+159=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 212 (83.20% from 255 or 36.49% from 581); Blue value is 159 (62.5% from 255 or 27.37% from 581); Max value from RGB is 212 - color contains mainly: green. Hex color #D2D49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D49F is #2D2B60. Grayscale: #CDCDCD. Windows color (decimal): -2960225 or 10474706. OLE color: 10474706.

HSL color Cylindrical-coordinate representation of color #D2D49F: hue angle of 62.26º 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 #D2D49F is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 210 212 159 -
CMYK 0.01 0 0.25 0.17
HSL 62.26º 0.38% 0.73% -
HSV(B) 62.26º 0.25% 0.83% -
XYZ 56.38 63.29 42.05 -
YUV 205.36 101.84 131.31 -
System Red Green Blue C M Y K H S L
Decimal 210 212 159 0.01 0 0.25 0.17 62.26 0.38 0.73
Hex D2 D4 9F 1 0 19 11 3E 26 49
Octal 322 324 237 1 0 31 21 76 46 111
Binary 11010010 11010100 10011111 1 0 11001 10001 111110 100110 1001001

Color Harmonies of #D2D49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D49F

Black with #D2D49F

Text Example


Text Example

White with #D2D49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D49F; }

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

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

background-color css

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

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

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

border-color css

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

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

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