Html Css Color HEX #D0D99B Orinoco

📋 copy color: '#D0D99B'

red 208 ◦ green 217 ◦ blue 155

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

Shades of Orinoco #D0D99B

Tints of Orinoco #D0D99B

RGB

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

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

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

R = 35.86%
G = 37.41%
B = 26.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D0D99B (or 0xD0D99B) is known color: Orinoco. HEX triplet: D0, D9 and 9B. RGB value is (208,217,155). Sum of RGB (Red+Green+Blue) = 208+217+155=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 155 (60.94% from 255 or 26.72% from 580); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D99B is #2F2664. Grayscale: #CFCFCF. Windows color (decimal): -3090021 or 10213840. OLE color: 10213840.

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

Color convert

RGB 208 217 155 -
CMYK 0.04 0 0.29 0.15
HSL 68.71º 0.45% 0.73% -
HSV(B) 68.71º 0.29% 0.85% -
XYZ 56.74 65.4 40.64 -
YUV 207.24 98.52 128.54 -
System Red Green Blue C M Y K H S L
Decimal 208 217 155 0.04 0 0.29 0.15 68.71 0.45 0.73
Hex D0 D9 9B 4 0 1D F 45 2D 49
Octal 320 331 233 4 0 35 17 105 55 111
Binary 11010000 11011001 10011011 100 0 11101 1111 1000101 101101 1001001

Color Harmonies of #D0D99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D99B

Black with #D0D99B

Text Example


Text Example

White with #D0D99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D99B; }

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

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

background-color css

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

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

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

border-color css

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

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

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