Html Css Color HEX #D3AC02 Gamboge

📋 copy color: '#D3AC02'

red 211 ◦ green 172 ◦ blue 2

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

Shades of Gamboge #D3AC02

Tints of Gamboge #D3AC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 54.81%
G = 44.68%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D3AC02 (or 0xD3AC02) is known color: Gamboge. HEX triplet: D3, AC and 02. RGB value is (211,172,2). Sum of RGB (Red+Green+Blue) = 211+172+2=385 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.81% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 2 (1.17% from 255 or 0.52% from 385); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AC02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3AC02 is #2C53FD. Grayscale: #A4A4A4. Windows color (decimal): -2905086 or 175315. OLE color: 175315.

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

Color convert

RGB 211 172 2 -
CMYK 0 0.18 0.99 0.17
HSL 48.8º 0.98% 0.42% -
HSV(B) 48.8º 0.99% 0.83% -
XYZ 41.63 43.36 6.23 -
YUV 164.28 36.42 161.32 -
System Red Green Blue C M Y K H S L
Decimal 211 172 2 0 0.18 0.99 0.17 48.8 0.98 0.42
Hex D3 AC 2 0 12 63 11 31 62 2A
Octal 323 254 2 0 22 143 21 61 142 52
Binary 11010011 10101100 10 0 10010 1100011 10001 110001 1100010 101010

Color Harmonies of #D3AC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AC02

Black with #D3AC02

Text Example


Text Example

White with #D3AC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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