Html Css Color HEX #D19D0A Gamboge

📋 copy color: '#D19D0A'

red 209 ◦ green 157 ◦ blue 10

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

Shades of Gamboge #D19D0A

Tints of Gamboge #D19D0A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.76%

 BLUE value IS 10 (4.3% from 255) = 2.66%

R = 55.59%
G = 41.76%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D19D0A (or 0xD19D0A) is known color: Gamboge. HEX triplet: D1, 9D and 0A. RGB value is (209,157,10). Sum of RGB (Red+Green+Blue) = 209+157+10=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 10 (4.30% from 255 or 2.66% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D19D0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19D0A is #2E62F5. Grayscale: #9C9C9C. Windows color (decimal): -3039990 or 695761. OLE color: 695761.

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

Color convert

RGB 209 157 10 -
CMYK 0 0.25 0.95 0.18
HSL 44.32º 0.91% 0.43% -
HSV(B) 44.32º 0.95% 0.82% -
XYZ 38.41 37.69 5.54 -
YUV 155.79 45.73 165.95 -
System Red Green Blue C M Y K H S L
Decimal 209 157 10 0 0.25 0.95 0.18 44.32 0.91 0.43
Hex D1 9D A 0 19 5F 12 2C 5B 2B
Octal 321 235 12 0 31 137 22 54 133 53
Binary 11010001 10011101 1010 0 11001 1011111 10010 101100 1011011 101011

Color Harmonies of #D19D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19D0A

Black with #D19D0A

Text Example


Text Example

White with #D19D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19D0A; }

 p { color: rgb(209,157,10); }

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

background-color css

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

 a { background-color: rgb(209,157,10); }

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

border-color css

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

 span { border-color: rgb(209,157,10); }

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