Html Css Color HEX #D0D89B Orinoco

📋 copy color: '#D0D89B'

red 208 ◦ green 216 ◦ blue 155

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

Shades of Orinoco #D0D89B

Tints of Orinoco #D0D89B

RGB

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

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

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

R = 35.92%
G = 37.31%
B = 26.77%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D0D89B (or 0xD0D89B) is known color: Orinoco. HEX triplet: D0, D8 and 9B. RGB value is (208,216,155). Sum of RGB (Red+Green+Blue) = 208+216+155=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 155 (60.94% from 255 or 26.77% from 579); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D89B is #2F2764. Grayscale: #CECECE. Windows color (decimal): -3090277 or 10213584. OLE color: 10213584.

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

Color convert

RGB 208 216 155 -
CMYK 0.04 0 0.28 0.15
HSL 67.87º 0.44% 0.73% -
HSV(B) 67.87º 0.28% 0.85% -
XYZ 56.48 64.89 40.56 -
YUV 206.65 98.85 128.96 -
System Red Green Blue C M Y K H S L
Decimal 208 216 155 0.04 0 0.28 0.15 67.87 0.44 0.73
Hex D0 D8 9B 4 0 1C F 44 2C 49
Octal 320 330 233 4 0 34 17 104 54 111
Binary 11010000 11011000 10011011 100 0 11100 1111 1000100 101100 1001001

Color Harmonies of #D0D89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D89B

Black with #D0D89B

Text Example


Text Example

White with #D0D89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D89B; }

 p { color: rgb(208,216,155); }

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

background-color css

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

 a { background-color: rgb(208,216,155); }

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

border-color css

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

 span { border-color: rgb(208,216,155); }

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