Html Css Color HEX #D4A30D Gamboge

📋 copy color: '#D4A30D'

red 212 ◦ green 163 ◦ blue 13

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

Shades of Gamboge #D4A30D

Tints of Gamboge #D4A30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.35%

R = 54.64%
G = 42.01%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4A30D (or 0xD4A30D) is known color: Gamboge. HEX triplet: D4, A3 and 0D. RGB value is (212,163,13). Sum of RGB (Red+Green+Blue) = 212+163+13=388 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.64% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 13 (5.47% from 255 or 3.35% from 388); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A30D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A30D is #2B5CF2. Grayscale: #A1A1A1. Windows color (decimal): -2841843 or 893908. OLE color: 893908.

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

Color convert

RGB 212 163 13 -
CMYK 0 0.23 0.94 0.17
HSL 45.23º 0.88% 0.44% -
HSV(B) 45.23º 0.94% 0.83% -
XYZ 40.32 40.22 6.02 -
YUV 160.55 44.73 164.7 -
System Red Green Blue C M Y K H S L
Decimal 212 163 13 0 0.23 0.94 0.17 45.23 0.88 0.44
Hex D4 A3 D 0 17 5E 11 2D 58 2C
Octal 324 243 15 0 27 136 21 55 130 54
Binary 11010100 10100011 1101 0 10111 1011110 10001 101101 1011000 101100

Color Harmonies of #D4A30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A30D

Black with #D4A30D

Text Example


Text Example

White with #D4A30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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