Html Css Color HEX #D2D99B Orinoco

📋 copy color: '#D2D99B'

red 210 ◦ green 217 ◦ blue 155

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

Shades of Orinoco #D2D99B

Tints of Orinoco #D2D99B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.63%

R = 36.08%
G = 37.29%
B = 26.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D2D99B (or 0xD2D99B) is known color: Orinoco. HEX triplet: D2, D9 and 9B. RGB value is (210,217,155). Sum of RGB (Red+Green+Blue) = 210+217+155=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 155 (60.94% from 255 or 26.63% from 582); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D99B is #2D2664. Grayscale: #D0D0D0. Windows color (decimal): -2958949 or 10213842. OLE color: 10213842.

HSL color Cylindrical-coordinate representation of color #D2D99B: hue angle of 66.77º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2D99B is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 217 155 -
CMYK 0.03 0 0.29 0.15
HSL 66.77º 0.45% 0.73% -
HSV(B) 66.77º 0.29% 0.85% -
XYZ 57.31 65.69 40.67 -
YUV 207.84 98.18 129.54 -
System Red Green Blue C M Y K H S L
Decimal 210 217 155 0.03 0 0.29 0.15 66.77 0.45 0.73
Hex D2 D9 9B 3 0 1D F 43 2D 49
Octal 322 331 233 3 0 35 17 103 55 111
Binary 11010010 11011001 10011011 11 0 11101 1111 1000011 101101 1001001

Color Harmonies of #D2D99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D99B

Black with #D2D99B

Text Example


Text Example

White with #D2D99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D99B; }

 p { color: rgb(210,217,155); }

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

background-color css

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

 a { background-color: rgb(210,217,155); }

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

border-color css

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

 span { border-color: rgb(210,217,155); }

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