Html Css Color HEX #D79C0C Gamboge

📋 copy color: '#D79C0C'

red 215 ◦ green 156 ◦ blue 12

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

Shades of Gamboge #D79C0C

Tints of Gamboge #D79C0C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.73%

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

R = 56.14%
G = 40.73%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D79C0C (or 0xD79C0C) is known color: Gamboge. HEX triplet: D7, 9C and 0C. RGB value is (215,156,12). Sum of RGB (Red+Green+Blue) = 215+156+12=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D79C0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79C0C is #2863F3. Grayscale: #9D9D9D. Windows color (decimal): -2647028 or 826583. OLE color: 826583.

HSL color Cylindrical-coordinate representation of color #D79C0C: hue angle of 42.56º 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 #D79C0C is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 156 12 -
CMYK 0 0.27 0.94 0.16
HSL 42.56º 0.89% 0.45% -
HSV(B) 42.56º 0.94% 0.84% -
XYZ 39.98 38.25 5.62 -
YUV 157.23 46.05 169.21 -
System Red Green Blue C M Y K H S L
Decimal 215 156 12 0 0.27 0.94 0.16 42.56 0.89 0.45
Hex D7 9C C 0 1B 5E 10 2B 59 2D
Octal 327 234 14 0 33 136 20 53 131 55
Binary 11010111 10011100 1100 0 11011 1011110 10000 101011 1011001 101101

Color Harmonies of #D79C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79C0C

Black with #D79C0C

Text Example


Text Example

White with #D79C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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