Html Css Color HEX #D7940C Gamboge

📋 copy color: '#D7940C'

red 215 ◦ green 148 ◦ blue 12

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

Shades of Gamboge #D7940C

Tints of Gamboge #D7940C

RGB

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

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

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

R = 57.33%
G = 39.47%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7940C (or 0xD7940C) is known color: Gamboge. HEX triplet: D7, 94 and 0C. RGB value is (215,148,12). Sum of RGB (Red+Green+Blue) = 215+148+12=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 12 (5.08% from 255 or 3.2% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D7940C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7940C is #286BF3. Grayscale: #999999. Windows color (decimal): -2649076 or 824535. OLE color: 824535.

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

Color convert

RGB 215 148 12 -
CMYK 0 0.31 0.94 0.16
HSL 40.2º 0.89% 0.45% -
HSV(B) 40.2º 0.94% 0.84% -
XYZ 38.68 35.65 5.19 -
YUV 152.53 48.7 172.56 -
System Red Green Blue C M Y K H S L
Decimal 215 148 12 0 0.31 0.94 0.16 40.2 0.89 0.45
Hex D7 94 C 0 1F 5E 10 28 59 2D
Octal 327 224 14 0 37 136 20 50 131 55
Binary 11010111 10010100 1100 0 11111 1011110 10000 101000 1011001 101101

Color Harmonies of #D7940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7940C

Black with #D7940C

Text Example


Text Example

White with #D7940C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7940C; }

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

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

background-color css

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

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

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

border-color css

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

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

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