Html Css Color HEX #D4A30F Gamboge

📋 copy color: '#D4A30F'

red 212 ◦ green 163 ◦ blue 15

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

Shades of Gamboge #D4A30F

Tints of Gamboge #D4A30F

RGB

 RED value IS 212 (83.2% from 255) = 54.36%

 GREEN value IS 163 (64.06% from 255) = 41.79%

 BLUE value IS 15 (6.25% from 255) = 3.85%

R = 54.36%
G = 41.79%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D4A30F (or 0xD4A30F) is known color: Gamboge. HEX triplet: D4, A3 and 0F. RGB value is (212,163,15). Sum of RGB (Red+Green+Blue) = 212+163+15=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 15 (6.25% from 255 or 3.85% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A30F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A30F is #2B5CF0. Grayscale: #A1A1A1. Windows color (decimal): -2841841 or 1024980. OLE color: 1024980.

HSL color Cylindrical-coordinate representation of color #D4A30F: hue angle of 45.08º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D4A30F is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 163 15 -
CMYK 0 0.23 0.93 0.17
HSL 45.08º 0.87% 0.45% -
HSV(B) 45.08º 0.93% 0.83% -
XYZ 40.33 40.23 6.09 -
YUV 160.78 45.73 164.53 -
System Red Green Blue C M Y K H S L
Decimal 212 163 15 0 0.23 0.93 0.17 45.08 0.87 0.45
Hex D4 A3 F 0 17 5D 11 2D 57 2D
Octal 324 243 17 0 27 135 21 55 127 55
Binary 11010100 10100011 1111 0 10111 1011101 10001 101101 1010111 101101

Color Harmonies of #D4A30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A30F

Black with #D4A30F

Text Example


Text Example

White with #D4A30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A30F; }

 p { color: rgb(212,163,15); }

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

background-color css

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

 a { background-color: rgb(212,163,15); }

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

border-color css

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

 span { border-color: rgb(212,163,15); }

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