Html Css Color HEX #D5AC07 Gamboge

📋 copy color: '#D5AC07'

red 213 ◦ green 172 ◦ blue 7

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

Shades of Gamboge #D5AC07

Tints of Gamboge #D5AC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.79%

R = 54.34%
G = 43.88%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D5AC07 (or 0xD5AC07) is known color: Gamboge. HEX triplet: D5, AC and 07. RGB value is (213,172,7). Sum of RGB (Red+Green+Blue) = 213+172+7=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 7 (3.12% from 255 or 1.79% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5AC07 is #2A53F8. Grayscale: #A6A6A6. Windows color (decimal): -2774009 or 502997. OLE color: 502997.

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

Color convert

RGB 213 172 7 -
CMYK 0 0.19 0.97 0.16
HSL 48.06º 0.94% 0.43% -
HSV(B) 48.06º 0.97% 0.84% -
XYZ 42.23 43.67 6.4 -
YUV 165.45 38.58 161.92 -
System Red Green Blue C M Y K H S L
Decimal 213 172 7 0 0.19 0.97 0.16 48.06 0.94 0.43
Hex D5 AC 7 0 13 61 10 30 5E 2B
Octal 325 254 7 0 23 141 20 60 136 53
Binary 11010101 10101100 111 0 10011 1100001 10000 110000 1011110 101011

Color Harmonies of #D5AC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AC07

Black with #D5AC07

Text Example


Text Example

White with #D5AC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AC07; }

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

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

background-color css

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

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

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

border-color css

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

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

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