Html Css Color HEX #D79B0C Gamboge

📋 copy color: '#D79B0C'

red 215 ◦ green 155 ◦ blue 12

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

Shades of Gamboge #D79B0C

Tints of Gamboge #D79B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.14%

R = 56.28%
G = 40.58%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D79B0C (or 0xD79B0C) is known color: Gamboge. HEX triplet: D7, 9B and 0C. RGB value is (215,155,12). Sum of RGB (Red+Green+Blue) = 215+155+12=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 12 (5.08% from 255 or 3.14% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D79B0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79B0C is #2864F3. Grayscale: #9D9D9D. Windows color (decimal): -2647284 or 826327. OLE color: 826327.

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

Color convert

RGB 215 155 12 -
CMYK 0 0.28 0.94 0.16
HSL 42.27º 0.89% 0.45% -
HSV(B) 42.27º 0.94% 0.84% -
XYZ 39.81 37.92 5.57 -
YUV 156.64 46.38 169.63 -
System Red Green Blue C M Y K H S L
Decimal 215 155 12 0 0.28 0.94 0.16 42.27 0.89 0.45
Hex D7 9B C 0 1C 5E 10 2A 59 2D
Octal 327 233 14 0 34 136 20 52 131 55
Binary 11010111 10011011 1100 0 11100 1011110 10000 101010 1011001 101101

Color Harmonies of #D79B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79B0C

Black with #D79B0C

Text Example


Text Example

White with #D79B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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