Html Css Color HEX #D7A00A Gamboge

📋 copy color: '#D7A00A'

red 215 ◦ green 160 ◦ blue 10

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

Shades of Gamboge #D7A00A

Tints of Gamboge #D7A00A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.56%

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

R = 55.84%
G = 41.56%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D7A00A (or 0xD7A00A) is known color: Gamboge. HEX triplet: D7, A0 and 0A. RGB value is (215,160,10). Sum of RGB (Red+Green+Blue) = 215+160+10=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 10 (4.30% from 255 or 2.60% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A00A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A00A is #285FF5. Grayscale: #9F9F9F. Windows color (decimal): -2646006 or 696535. OLE color: 696535.

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

Color convert

RGB 215 160 10 -
CMYK 0 0.26 0.95 0.16
HSL 43.9º 0.91% 0.44% -
HSV(B) 43.9º 0.95% 0.84% -
XYZ 40.65 39.61 5.79 -
YUV 159.35 43.72 167.7 -
System Red Green Blue C M Y K H S L
Decimal 215 160 10 0 0.26 0.95 0.16 43.9 0.91 0.44
Hex D7 A0 A 0 1A 5F 10 2C 5B 2C
Octal 327 240 12 0 32 137 20 54 133 54
Binary 11010111 10100000 1010 0 11010 1011111 10000 101100 1011011 101100

Color Harmonies of #D7A00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A00A

Black with #D7A00A

Text Example


Text Example

White with #D7A00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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