Html Css Color HEX #D3AC00 Gamboge

📋 copy color: '#D3AC00'

red 211 ◦ green 172 ◦ blue 0

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

Shades of Gamboge #D3AC00

Tints of Gamboge #D3AC00

RGB

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

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

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

R = 55.09%
G = 44.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D3AC00 (or 0xD3AC00) is known color: Gamboge. HEX triplet: D3, AC and 00. RGB value is (211,172,0). Sum of RGB (Red+Green+Blue) = 211+172+0=383 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.09% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 0 (0.39% from 255 or 0% from 383); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AC00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3AC00 is #2C53FF. Grayscale: #A4A4A4. Windows color (decimal): -2905088 or 44243. OLE color: 44243.

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

Color convert

RGB 211 172 0 -
CMYK 0 0.18 1 0.17
HSL 48.91º 1% 0.41% -
HSV(B) 48.91º 1% 0.83% -
XYZ 41.62 43.35 6.17 -
YUV 164.05 35.42 161.49 -
System Red Green Blue C M Y K H S L
Decimal 211 172 0 0 0.18 1 0.17 48.91 1 0.41
Hex D3 AC 0 0 12 64 11 31 64 29
Octal 323 254 0 0 22 144 21 61 144 51
Binary 11010011 10101100 0 0 10010 1100100 10001 110001 1100100 101001

Color Harmonies of #D3AC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AC00

Black with #D3AC00

Text Example


Text Example

White with #D3AC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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