Html Css Color HEX #D19C0F Gamboge

📋 copy color: '#D19C0F'

red 209 ◦ green 156 ◦ blue 15

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

Shades of Gamboge #D19C0F

Tints of Gamboge #D19C0F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.05%

 BLUE value IS 15 (6.25% from 255) = 3.95%

R = 55%
G = 41.05%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D19C0F (or 0xD19C0F) is known color: Gamboge. HEX triplet: D1, 9C and 0F. RGB value is (209,156,15). Sum of RGB (Red+Green+Blue) = 209+156+15=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 15 (6.25% from 255 or 3.95% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D19C0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19C0F is #2E63F0. Grayscale: #9C9C9C. Windows color (decimal): -3040241 or 1023185. OLE color: 1023185.

HSL color Cylindrical-coordinate representation of color #D19C0F: hue angle of 43.61º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D19C0F is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 156 15 -
CMYK 0 0.25 0.93 0.18
HSL 43.61º 0.87% 0.44% -
HSV(B) 43.61º 0.93% 0.82% -
XYZ 38.27 37.37 5.65 -
YUV 155.77 48.56 165.96 -
System Red Green Blue C M Y K H S L
Decimal 209 156 15 0 0.25 0.93 0.18 43.61 0.87 0.44
Hex D1 9C F 0 19 5D 12 2C 57 2C
Octal 321 234 17 0 31 135 22 54 127 54
Binary 11010001 10011100 1111 0 11001 1011101 10010 101100 1010111 101100

Color Harmonies of #D19C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19C0F

Black with #D19C0F

Text Example


Text Example

White with #D19C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19C0F; }

 p { color: rgb(209,156,15); }

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

background-color css

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

 a { background-color: rgb(209,156,15); }

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

border-color css

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

 span { border-color: rgb(209,156,15); }

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