Html Css Color HEX #D1A702 Gamboge

📋 copy color: '#D1A702'

red 209 ◦ green 167 ◦ blue 2

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

Shades of Gamboge #D1A702

Tints of Gamboge #D1A702

RGB

 RED value IS 209 (82.03% from 255) = 55.29%

 GREEN value IS 167 (65.63% from 255) = 44.18%

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

R = 55.29%
G = 44.18%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D1A702 (or 0xD1A702) is known color: Gamboge. HEX triplet: D1, A7 and 02. RGB value is (209,167,2). Sum of RGB (Red+Green+Blue) = 209+167+2=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 167 (65.62% from 255 or 44.18% from 378); Blue value is 2 (1.17% from 255 or 0.53% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A702 is #2E58FD. Grayscale: #A1A1A1. Windows color (decimal): -3037438 or 174033. OLE color: 174033.

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

Color convert

RGB 209 167 2 -
CMYK 0 0.20 0.99 0.18
HSL 47.83º 0.98% 0.41% -
HSV(B) 47.83º 0.99% 0.82% -
XYZ 40.12 41.2 5.89 -
YUV 160.75 38.41 162.42 -
System Red Green Blue C M Y K H S L
Decimal 209 167 2 0 0.20 0.99 0.18 47.83 0.98 0.41
Hex D1 A7 2 0 14 63 12 30 62 29
Octal 321 247 2 0 24 143 22 60 142 51
Binary 11010001 10100111 10 0 10100 1100011 10010 110000 1100010 101001

Color Harmonies of #D1A702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A702

Black with #D1A702

Text Example


Text Example

White with #D1A702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A702; }

 p { color: rgb(209,167,2); }

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

background-color css

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

 a { background-color: rgb(209,167,2); }

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

border-color css

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

 span { border-color: rgb(209,167,2); }

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