Html Css Color HEX #D7940A Gamboge

📋 copy color: '#D7940A'

red 215 ◦ green 148 ◦ blue 10

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

Shades of Gamboge #D7940A

Tints of Gamboge #D7940A

RGB

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

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

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

R = 57.64%
G = 39.68%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D7940A (or 0xD7940A) is known color: Gamboge. HEX triplet: D7, 94 and 0A. RGB value is (215,148,10). Sum of RGB (Red+Green+Blue) = 215+148+10=373 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.64% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 10 (4.30% from 255 or 2.68% from 373); Max value from RGB is 215 - color contains mainly: red. Hex color #D7940A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7940A is #286BF5. Grayscale: #989898. Windows color (decimal): -2649078 or 693463. OLE color: 693463.

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

Color convert

RGB 215 148 10 -
CMYK 0 0.31 0.95 0.16
HSL 40.39º 0.91% 0.44% -
HSV(B) 40.39º 0.95% 0.84% -
XYZ 38.67 35.65 5.13 -
YUV 152.3 47.7 172.72 -
System Red Green Blue C M Y K H S L
Decimal 215 148 10 0 0.31 0.95 0.16 40.39 0.91 0.44
Hex D7 94 A 0 1F 5F 10 28 5B 2C
Octal 327 224 12 0 37 137 20 50 133 54
Binary 11010111 10010100 1010 0 11111 1011111 10000 101000 1011011 101100

Color Harmonies of #D7940A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7940A

Black with #D7940A

Text Example


Text Example

White with #D7940A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7940A; }

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

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

background-color css

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

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

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

border-color css

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

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

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