Html Css Color HEX #D7AC00 Gamboge

📋 copy color: '#D7AC00'

red 215 ◦ green 172 ◦ blue 0

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

Shades of Gamboge #D7AC00

Tints of Gamboge #D7AC00

RGB

 RED value IS 215 (84.38% from 255) = 55.56%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.56%
G = 44.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D7AC00 (or 0xD7AC00) is known color: Gamboge. HEX triplet: D7, AC and 00. RGB value is (215,172,0). Sum of RGB (Red+Green+Blue) = 215+172+0=387 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.56% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 0 (0.39% from 255 or 0% from 387); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AC00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7AC00 is #2853FF. Grayscale: #A5A5A5. Windows color (decimal): -2642944 or 44247. OLE color: 44247.

HSL color Cylindrical-coordinate representation of color #D7AC00: hue angle of 48º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D7AC00 is Cyan = 0, Magento = 0.2, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 172 0 -
CMYK 0 0.2 1 0.16
HSL 48º 1% 0.42% -
HSV(B) 48º 1% 0.84% -
XYZ 42.78 43.95 6.23 -
YUV 165.25 34.75 163.49 -
System Red Green Blue C M Y K H S L
Decimal 215 172 0 0 0.2 1 0.16 48 1 0.42
Hex D7 AC 0 0 14 64 10 30 64 2A
Octal 327 254 0 0 24 144 20 60 144 52
Binary 11010111 10101100 0 0 10100 1100100 10000 110000 1100100 101010

Color Harmonies of #D7AC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AC00

Black with #D7AC00

Text Example


Text Example

White with #D7AC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AC00; }

 p { color: rgb(215,172,0); }

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

background-color css

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

 a { background-color: rgb(215,172,0); }

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

border-color css

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

 span { border-color: rgb(215,172,0); }

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