Html Css Color HEX #D39A0D Gamboge

📋 copy color: '#D39A0D'

red 211 ◦ green 154 ◦ blue 13

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

Shades of Gamboge #D39A0D

Tints of Gamboge #D39A0D

RGB

 RED value IS 211 (82.81% from 255) = 55.82%

 GREEN value IS 154 (60.55% from 255) = 40.74%

 BLUE value IS 13 (5.47% from 255) = 3.44%

R = 55.82%
G = 40.74%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D39A0D (or 0xD39A0D) is known color: Gamboge. HEX triplet: D3, 9A and 0D. RGB value is (211,154,13). Sum of RGB (Red+Green+Blue) = 211+154+13=378 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.82% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 211 - color contains mainly: red. Hex color #D39A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39A0D is #2C65F2. Grayscale: #9B9B9B. Windows color (decimal): -2909683 or 891603. OLE color: 891603.

HSL color Cylindrical-coordinate representation of color #D39A0D: hue angle of 42.73º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D39A0D is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 154 13 -
CMYK 0 0.27 0.94 0.17
HSL 42.73º 0.88% 0.44% -
HSV(B) 42.73º 0.94% 0.83% -
XYZ 38.49 36.99 5.49 -
YUV 154.97 47.88 167.96 -
System Red Green Blue C M Y K H S L
Decimal 211 154 13 0 0.27 0.94 0.17 42.73 0.88 0.44
Hex D3 9A D 0 1B 5E 11 2B 58 2C
Octal 323 232 15 0 33 136 21 53 130 54
Binary 11010011 10011010 1101 0 11011 1011110 10001 101011 1011000 101100

Color Harmonies of #D39A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39A0D

Black with #D39A0D

Text Example


Text Example

White with #D39A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39A0D; }

 p { color: rgb(211,154,13); }

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

background-color css

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

 a { background-color: rgb(211,154,13); }

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

border-color css

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

 span { border-color: rgb(211,154,13); }

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