Html Css Color HEX #D3AC04 Gamboge

📋 copy color: '#D3AC04'

red 211 ◦ green 172 ◦ blue 4

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

Shades of Gamboge #D3AC04

Tints of Gamboge #D3AC04

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.44%

 BLUE value IS 4 (1.95% from 255) = 1.03%

R = 54.52%
G = 44.44%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D3AC04 (or 0xD3AC04) is known color: Gamboge. HEX triplet: D3, AC and 04. RGB value is (211,172,4). Sum of RGB (Red+Green+Blue) = 211+172+4=387 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.52% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 4 (1.95% from 255 or 1.03% from 387); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AC04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3AC04 is #2C53FB. Grayscale: #A5A5A5. Windows color (decimal): -2905084 or 306387. OLE color: 306387.

HSL color Cylindrical-coordinate representation of color #D3AC04: hue angle of 48.7º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D3AC04 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 172 4 -
CMYK 0 0.18 0.98 0.17
HSL 48.7º 0.96% 0.42% -
HSV(B) 48.7º 0.98% 0.83% -
XYZ 41.64 43.36 6.29 -
YUV 164.51 37.42 161.16 -
System Red Green Blue C M Y K H S L
Decimal 211 172 4 0 0.18 0.98 0.17 48.7 0.96 0.42
Hex D3 AC 4 0 12 62 11 31 60 2A
Octal 323 254 4 0 22 142 21 61 140 52
Binary 11010011 10101100 100 0 10010 1100010 10001 110001 1100000 101010

Color Harmonies of #D3AC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AC04

Black with #D3AC04

Text Example


Text Example

White with #D3AC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AC04; }

 p { color: rgb(211,172,4); }

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

background-color css

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

 a { background-color: rgb(211,172,4); }

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

border-color css

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

 span { border-color: rgb(211,172,4); }

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