Html Css Color HEX #D79B08 Gamboge

📋 copy color: '#D79B08'

red 215 ◦ green 155 ◦ blue 8

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

Shades of Gamboge #D79B08

Tints of Gamboge #D79B08

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.01%

 BLUE value IS 8 (3.52% from 255) = 2.12%

R = 56.88%
G = 41.01%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D79B08 (or 0xD79B08) is known color: Gamboge. HEX triplet: D7, 9B and 08. RGB value is (215,155,8). Sum of RGB (Red+Green+Blue) = 215+155+8=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 8 (3.52% from 255 or 2.12% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D79B08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79B08 is #2864F7. Grayscale: #9C9C9C. Windows color (decimal): -2647288 or 564183. OLE color: 564183.

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

Color convert

RGB 215 155 8 -
CMYK 0 0.28 0.96 0.16
HSL 42.61º 0.93% 0.44% -
HSV(B) 42.61º 0.96% 0.84% -
XYZ 39.79 37.91 5.45 -
YUV 156.18 44.38 169.95 -
System Red Green Blue C M Y K H S L
Decimal 215 155 8 0 0.28 0.96 0.16 42.61 0.93 0.44
Hex D7 9B 8 0 1C 60 10 2B 5D 2C
Octal 327 233 10 0 34 140 20 53 135 54
Binary 11010111 10011011 1000 0 11100 1100000 10000 101011 1011101 101100

Color Harmonies of #D79B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79B08

Black with #D79B08

Text Example


Text Example

White with #D79B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79B08; }

 p { color: rgb(215,155,8); }

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

background-color css

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

 a { background-color: rgb(215,155,8); }

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

border-color css

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

 span { border-color: rgb(215,155,8); }

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