Html Css Color HEX #D19B0B Gamboge

📋 copy color: '#D19B0B'

red 209 ◦ green 155 ◦ blue 11

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

Shades of Gamboge #D19B0B

Tints of Gamboge #D19B0B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.33%

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

R = 55.73%
G = 41.33%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D19B0B (or 0xD19B0B) is known color: Gamboge. HEX triplet: D1, 9B and 0B. RGB value is (209,155,11). Sum of RGB (Red+Green+Blue) = 209+155+11=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 11 (4.69% from 255 or 2.93% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D19B0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19B0B is #2E64F4. Grayscale: #9B9B9B. Windows color (decimal): -3040501 or 760785. OLE color: 760785.

HSL color Cylindrical-coordinate representation of color #D19B0B: hue angle of 43.64º 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 #D19B0B is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 155 11 -
CMYK 0 0.26 0.95 0.18
HSL 43.64º 0.9% 0.43% -
HSV(B) 43.64º 0.95% 0.82% -
XYZ 38.08 37.02 5.46 -
YUV 154.73 46.89 166.71 -
System Red Green Blue C M Y K H S L
Decimal 209 155 11 0 0.26 0.95 0.18 43.64 0.9 0.43
Hex D1 9B B 0 1A 5F 12 2C 5A 2B
Octal 321 233 13 0 32 137 22 54 132 53
Binary 11010001 10011011 1011 0 11010 1011111 10010 101100 1011010 101011

Color Harmonies of #D19B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19B0B

Black with #D19B0B

Text Example


Text Example

White with #D19B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19B0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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