Html Css Color HEX #D79D0A Gamboge

📋 copy color: '#D79D0A'

red 215 ◦ green 157 ◦ blue 10

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

Shades of Gamboge #D79D0A

Tints of Gamboge #D79D0A

RGB

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

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

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

R = 56.28%
G = 41.1%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D79D0A (or 0xD79D0A) is known color: Gamboge. HEX triplet: D7, 9D and 0A. RGB value is (215,157,10). Sum of RGB (Red+Green+Blue) = 215+157+10=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 10 (4.30% from 255 or 2.62% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79D0A is #2862F5. Grayscale: #9E9E9E. Windows color (decimal): -2646774 or 695767. OLE color: 695767.

HSL color Cylindrical-coordinate representation of color #D79D0A: hue angle of 43.02º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D79D0A is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 157 10 -
CMYK 0 0.27 0.95 0.16
HSL 43.02º 0.91% 0.44% -
HSV(B) 43.02º 0.95% 0.84% -
XYZ 40.14 38.58 5.62 -
YUV 157.58 44.72 168.95 -
System Red Green Blue C M Y K H S L
Decimal 215 157 10 0 0.27 0.95 0.16 43.02 0.91 0.44
Hex D7 9D A 0 1B 5F 10 2B 5B 2C
Octal 327 235 12 0 33 137 20 53 133 54
Binary 11010111 10011101 1010 0 11011 1011111 10000 101011 1011011 101100

Color Harmonies of #D79D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79D0A

Black with #D79D0A

Text Example


Text Example

White with #D79D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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