Html Css Color HEX #D8A503 Gamboge

📋 copy color: '#D8A503'

red 216 ◦ green 165 ◦ blue 3

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

Shades of Gamboge #D8A503

Tints of Gamboge #D8A503

RGB

 RED value IS 216 (84.77% from 255) = 56.25%

 GREEN value IS 165 (64.84% from 255) = 42.97%

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

R = 56.25%
G = 42.97%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D8A503 (or 0xD8A503) is known color: Gamboge. HEX triplet: D8, A5 and 03. RGB value is (216,165,3). Sum of RGB (Red+Green+Blue) = 216+165+3=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 165 (64.84% from 255 or 42.97% from 384); Blue value is 3 (1.56% from 255 or 0.78% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A503 is #275AFC. Grayscale: #A2A2A2. Windows color (decimal): -2579197 or 239064. OLE color: 239064.

HSL color Cylindrical-coordinate representation of color #D8A503: hue angle of 45.63º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D8A503 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 165 3 -
CMYK 0 0.24 0.99 0.15
HSL 45.63º 0.97% 0.43% -
HSV(B) 45.63º 0.99% 0.85% -
XYZ 41.79 41.52 5.9 -
YUV 161.78 38.4 166.67 -
System Red Green Blue C M Y K H S L
Decimal 216 165 3 0 0.24 0.99 0.15 45.63 0.97 0.43
Hex D8 A5 3 0 18 63 F 2E 61 2B
Octal 330 245 3 0 30 143 17 56 141 53
Binary 11011000 10100101 11 0 11000 1100011 1111 101110 1100001 101011

Color Harmonies of #D8A503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A503

Black with #D8A503

Text Example


Text Example

White with #D8A503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A503; }

 p { color: rgb(216,165,3); }

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

background-color css

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

 a { background-color: rgb(216,165,3); }

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

border-color css

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

 span { border-color: rgb(216,165,3); }

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