Html Css Color HEX #D3A00A Gamboge

📋 copy color: '#D3A00A'

red 211 ◦ green 160 ◦ blue 10

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

Shades of Gamboge #D3A00A

Tints of Gamboge #D3A00A

RGB

 RED value IS 211 (82.81% from 255) = 55.38%

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

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

R = 55.38%
G = 41.99%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D3A00A (or 0xD3A00A) is known color: Gamboge. HEX triplet: D3, A0 and 0A. RGB value is (211,160,10). Sum of RGB (Red+Green+Blue) = 211+160+10=381 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.38% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 10 (4.30% from 255 or 2.62% from 381); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A00A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3A00A is #2C5FF5. Grayscale: #9E9E9E. Windows color (decimal): -2908150 or 696531. OLE color: 696531.

HSL color Cylindrical-coordinate representation of color #D3A00A: hue angle of 44.78º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D3A00A is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 160 10 -
CMYK 0 0.24 0.95 0.17
HSL 44.78º 0.91% 0.43% -
HSV(B) 44.78º 0.95% 0.83% -
XYZ 39.49 39.01 5.74 -
YUV 158.15 44.4 165.7 -
System Red Green Blue C M Y K H S L
Decimal 211 160 10 0 0.24 0.95 0.17 44.78 0.91 0.43
Hex D3 A0 A 0 18 5F 11 2D 5B 2B
Octal 323 240 12 0 30 137 21 55 133 53
Binary 11010011 10100000 1010 0 11000 1011111 10001 101101 1011011 101011

Color Harmonies of #D3A00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A00A

Black with #D3A00A

Text Example


Text Example

White with #D3A00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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