Html Css Color HEX #D5AC04 Gamboge

📋 copy color: '#D5AC04'

red 213 ◦ green 172 ◦ blue 4

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

Shades of Gamboge #D5AC04

Tints of Gamboge #D5AC04

RGB

 RED value IS 213 (83.59% from 255) = 54.76%

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

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

R = 54.76%
G = 44.22%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D5AC04 (or 0xD5AC04) is known color: Gamboge. HEX triplet: D5, AC and 04. RGB value is (213,172,4). Sum of RGB (Red+Green+Blue) = 213+172+4=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 4 (1.95% from 255 or 1.03% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5AC04 is #2A53FB. Grayscale: #A5A5A5. Windows color (decimal): -2774012 or 306389. OLE color: 306389.

HSL color Cylindrical-coordinate representation of color #D5AC04: hue angle of 48.23º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D5AC04 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 172 4 -
CMYK 0 0.19 0.98 0.16
HSL 48.23º 0.96% 0.43% -
HSV(B) 48.23º 0.98% 0.84% -
XYZ 42.22 43.66 6.32 -
YUV 165.11 37.08 162.16 -
System Red Green Blue C M Y K H S L
Decimal 213 172 4 0 0.19 0.98 0.16 48.23 0.96 0.43
Hex D5 AC 4 0 13 62 10 30 60 2B
Octal 325 254 4 0 23 142 20 60 140 53
Binary 11010101 10101100 100 0 10011 1100010 10000 110000 1100000 101011

Color Harmonies of #D5AC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AC04

Black with #D5AC04

Text Example


Text Example

White with #D5AC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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