Html Css Color HEX #D2D89A Orinoco

📋 copy color: '#D2D89A'

red 210 ◦ green 216 ◦ blue 154

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

Shades of Orinoco #D2D89A

Tints of Orinoco #D2D89A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.55%

R = 36.21%
G = 37.24%
B = 26.55%

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

#D2D89A (or 0xD2D89A) is known color: Orinoco. HEX triplet: D2, D8 and 9A. RGB value is (210,216,154). Sum of RGB (Red+Green+Blue) = 210+216+154=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 154 (60.55% from 255 or 26.55% from 580); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D89A is #2D2765. Grayscale: #CFCFCF. Windows color (decimal): -2959206 or 10148050. OLE color: 10148050.

HSL color Cylindrical-coordinate representation of color #D2D89A: hue angle of 65.81º degrees, saturation: 0.44, 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 #D2D89A is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 216 154 -
CMYK 0.03 0 0.29 0.15
HSL 65.81º 0.44% 0.73% -
HSV(B) 65.81º 0.29% 0.85% -
XYZ 56.97 65.15 40.14 -
YUV 207.14 98.01 130.04 -
System Red Green Blue C M Y K H S L
Decimal 210 216 154 0.03 0 0.29 0.15 65.81 0.44 0.73
Hex D2 D8 9A 3 0 1D F 42 2C 49
Octal 322 330 232 3 0 35 17 102 54 111
Binary 11010010 11011000 10011010 11 0 11101 1111 1000010 101100 1001001

Color Harmonies of #D2D89A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D89A

Black with #D2D89A

Text Example


Text Example

White with #D2D89A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D89A; }

 p { color: rgb(210,216,154); }

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

background-color css

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

 a { background-color: rgb(210,216,154); }

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

border-color css

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

 span { border-color: rgb(210,216,154); }

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