Html Css Color HEX #D19612 Gamboge

📋 copy color: '#D19612'

red 209 ◦ green 150 ◦ blue 18

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

Shades of Gamboge #D19612

Tints of Gamboge #D19612

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.79%

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

R = 55.44%
G = 39.79%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D19612 (or 0xD19612) is known color: Gamboge. HEX triplet: D1, 96 and 12. RGB value is (209,150,18). Sum of RGB (Red+Green+Blue) = 209+150+18=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D19612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19612 is #2E69ED. Grayscale: #999999. Windows color (decimal): -3041774 or 1218257. OLE color: 1218257.

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

Color convert

RGB 209 150 18 -
CMYK 0 0.28 0.91 0.18
HSL 41.47º 0.84% 0.45% -
HSV(B) 41.47º 0.91% 0.82% -
XYZ 37.31 35.41 5.44 -
YUV 152.59 52.05 168.23 -
System Red Green Blue C M Y K H S L
Decimal 209 150 18 0 0.28 0.91 0.18 41.47 0.84 0.45
Hex D1 96 12 0 1C 5B 12 29 54 2D
Octal 321 226 22 0 34 133 22 51 124 55
Binary 11010001 10010110 10010 0 11100 1011011 10010 101001 1010100 101101

Color Harmonies of #D19612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19612

Black with #D19612

Text Example


Text Example

White with #D19612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19612; }

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

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

background-color css

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

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

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

border-color css

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

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

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