Html Css Color HEX #D1990B Gamboge

📋 copy color: '#D1990B'

red 209 ◦ green 153 ◦ blue 11

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

Shades of Gamboge #D1990B

Tints of Gamboge #D1990B

RGB

 RED value IS 209 (82.03% from 255) = 56.03%

 GREEN value IS 153 (60.16% from 255) = 41.02%

 BLUE value IS 11 (4.69% from 255) = 2.95%

R = 56.03%
G = 41.02%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D1990B (or 0xD1990B) is known color: Gamboge. HEX triplet: D1, 99 and 0B. RGB value is (209,153,11). Sum of RGB (Red+Green+Blue) = 209+153+11=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D1990B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1990B is #2E66F4. Grayscale: #9A9A9A. Windows color (decimal): -3041013 or 760273. OLE color: 760273.

HSL color Cylindrical-coordinate representation of color #D1990B: hue angle of 43.03º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D1990B is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 153 11 -
CMYK 0 0.27 0.95 0.18
HSL 43.03º 0.9% 0.43% -
HSV(B) 43.03º 0.95% 0.82% -
XYZ 37.75 36.36 5.35 -
YUV 153.56 47.55 167.55 -
System Red Green Blue C M Y K H S L
Decimal 209 153 11 0 0.27 0.95 0.18 43.03 0.9 0.43
Hex D1 99 B 0 1B 5F 12 2B 5A 2B
Octal 321 231 13 0 33 137 22 53 132 53
Binary 11010001 10011001 1011 0 11011 1011111 10010 101011 1011010 101011

Color Harmonies of #D1990B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1990B

Black with #D1990B

Text Example


Text Example

White with #D1990B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1990B; }

 p { color: rgb(209,153,11); }

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

background-color css

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

 a { background-color: rgb(209,153,11); }

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

border-color css

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

 span { border-color: rgb(209,153,11); }

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