Html Css Color HEX #D8A500 Gamboge

📋 copy color: '#D8A500'

red 216 ◦ green 165 ◦ blue 0

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

Shades of Gamboge #D8A500

Tints of Gamboge #D8A500

RGB

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

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

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

R = 56.69%
G = 43.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D8A500 (or 0xD8A500) is known color: Gamboge. HEX triplet: D8, A5 and 00. RGB value is (216,165,0). Sum of RGB (Red+Green+Blue) = 216+165+0=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A500 is #275AFF. Grayscale: #A2A2A2. Windows color (decimal): -2579200 or 42456. OLE color: 42456.

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

Color convert

RGB 216 165 0 -
CMYK 0 0.24 1 0.15
HSL 45.83º 1% 0.42% -
HSV(B) 45.83º 1% 0.85% -
XYZ 41.77 41.51 5.81 -
YUV 161.44 36.9 166.92 -
System Red Green Blue C M Y K H S L
Decimal 216 165 0 0 0.24 1 0.15 45.83 1 0.42
Hex D8 A5 0 0 18 64 F 2E 64 2A
Octal 330 245 0 0 30 144 17 56 144 52
Binary 11011000 10100101 0 0 11000 1100100 1111 101110 1100100 101010

Color Harmonies of #D8A500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A500

Black with #D8A500

Text Example


Text Example

White with #D8A500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A500; }

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

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

background-color css

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

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

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

border-color css

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

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

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