Html Css Color HEX #D7920A Gamboge

📋 copy color: '#D7920A'

red 215 ◦ green 146 ◦ blue 10

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

Shades of Gamboge #D7920A

Tints of Gamboge #D7920A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.35%

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

R = 57.95%
G = 39.35%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D7920A (or 0xD7920A) is known color: Gamboge. HEX triplet: D7, 92 and 0A. RGB value is (215,146,10). Sum of RGB (Red+Green+Blue) = 215+146+10=371 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.95% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 10 (4.30% from 255 or 2.70% from 371); Max value from RGB is 215 - color contains mainly: red. Hex color #D7920A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7920A is #286DF5. Grayscale: #979797. Windows color (decimal): -2649590 or 692951. OLE color: 692951.

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

Color convert

RGB 215 146 10 -
CMYK 0 0.32 0.95 0.16
HSL 39.8º 0.91% 0.44% -
HSV(B) 39.8º 0.95% 0.84% -
XYZ 38.36 35.03 5.03 -
YUV 151.13 48.36 173.56 -
System Red Green Blue C M Y K H S L
Decimal 215 146 10 0 0.32 0.95 0.16 39.8 0.91 0.44
Hex D7 92 A 0 20 5F 10 28 5B 2C
Octal 327 222 12 0 40 137 20 50 133 54
Binary 11010111 10010010 1010 0 100000 1011111 10000 101000 1011011 101100

Color Harmonies of #D7920A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7920A

Black with #D7920A

Text Example


Text Example

White with #D7920A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7920A; }

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

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

background-color css

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

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

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

border-color css

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

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

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