Html Css Color HEX #D5A603 Gamboge

📋 copy color: '#D5A603'

red 213 ◦ green 166 ◦ blue 3

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

Shades of Gamboge #D5A603

Tints of Gamboge #D5A603

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.46%

 BLUE value IS 3 (1.56% from 255) = 0.79%

R = 55.76%
G = 43.46%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D5A603 (or 0xD5A603) is known color: Gamboge. HEX triplet: D5, A6 and 03. RGB value is (213,166,3). Sum of RGB (Red+Green+Blue) = 213+166+3=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 3 (1.56% from 255 or 0.79% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A603 is #2A59FC. Grayscale: #A2A2A2. Windows color (decimal): -2775549 or 239317. OLE color: 239317.

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

Color convert

RGB 213 166 3 -
CMYK 0 0.22 0.99 0.16
HSL 46.57º 0.97% 0.42% -
HSV(B) 46.57º 0.99% 0.84% -
XYZ 41.09 41.43 5.92 -
YUV 161.47 38.57 164.75 -
System Red Green Blue C M Y K H S L
Decimal 213 166 3 0 0.22 0.99 0.16 46.57 0.97 0.42
Hex D5 A6 3 0 16 63 10 2F 61 2A
Octal 325 246 3 0 26 143 20 57 141 52
Binary 11010101 10100110 11 0 10110 1100011 10000 101111 1100001 101010

Color Harmonies of #D5A603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A603

Black with #D5A603

Text Example


Text Example

White with #D5A603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A603; }

 p { color: rgb(213,166,3); }

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

background-color css

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

 a { background-color: rgb(213,166,3); }

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

border-color css

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

 span { border-color: rgb(213,166,3); }

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