Html Css Color HEX #D79403 Gamboge

📋 copy color: '#D79403'

red 215 ◦ green 148 ◦ blue 3

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

Shades of Gamboge #D79403

Tints of Gamboge #D79403

RGB

 RED value IS 215 (84.38% from 255) = 58.74%

 GREEN value IS 148 (58.2% from 255) = 40.44%

 BLUE value IS 3 (1.56% from 255) = 0.82%

R = 58.74%
G = 40.44%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D79403 (or 0xD79403) is known color: Gamboge. HEX triplet: D7, 94 and 03. RGB value is (215,148,3). Sum of RGB (Red+Green+Blue) = 215+148+3=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 3 (1.56% from 255 or 0.82% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D79403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79403 is #286BFC. Grayscale: #989898. Windows color (decimal): -2649085 or 234711. OLE color: 234711.

HSL color Cylindrical-coordinate representation of color #D79403: hue angle of 41.04º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D79403 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 148 3 -
CMYK 0 0.31 0.99 0.16
HSL 41.04º 0.97% 0.43% -
HSV(B) 41.04º 0.99% 0.84% -
XYZ 38.63 35.63 4.93 -
YUV 151.5 44.2 173.29 -
System Red Green Blue C M Y K H S L
Decimal 215 148 3 0 0.31 0.99 0.16 41.04 0.97 0.43
Hex D7 94 3 0 1F 63 10 29 61 2B
Octal 327 224 3 0 37 143 20 51 141 53
Binary 11010111 10010100 11 0 11111 1100011 10000 101001 1100001 101011

Color Harmonies of #D79403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79403

Black with #D79403

Text Example


Text Example

White with #D79403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79403; }

 p { color: rgb(215,148,3); }

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

background-color css

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

 a { background-color: rgb(215,148,3); }

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

border-color css

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

 span { border-color: rgb(215,148,3); }

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