Html Css Color HEX #D19912 Gamboge

📋 copy color: '#D19912'

red 209 ◦ green 153 ◦ blue 18

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

Shades of Gamboge #D19912

Tints of Gamboge #D19912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.74%

R = 55%
G = 40.26%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D19912 (or 0xD19912) is known color: Gamboge. HEX triplet: D1, 99 and 12. RGB value is (209,153,18). Sum of RGB (Red+Green+Blue) = 209+153+18=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D19912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19912 is #2E66ED. Grayscale: #9A9A9A. Windows color (decimal): -3041006 or 1219025. OLE color: 1219025.

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

Color convert

RGB 209 153 18 -
CMYK 0 0.27 0.91 0.18
HSL 42.41º 0.84% 0.45% -
HSV(B) 42.41º 0.91% 0.82% -
XYZ 37.79 36.38 5.6 -
YUV 154.35 51.05 166.98 -
System Red Green Blue C M Y K H S L
Decimal 209 153 18 0 0.27 0.91 0.18 42.41 0.84 0.45
Hex D1 99 12 0 1B 5B 12 2A 54 2D
Octal 321 231 22 0 33 133 22 52 124 55
Binary 11010001 10011001 10010 0 11011 1011011 10010 101010 1010100 101101

Color Harmonies of #D19912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19912

Black with #D19912

Text Example


Text Example

White with #D19912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19912; }

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

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

background-color css

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

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

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

border-color css

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

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

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