Html Css Color HEX #D8A201 Gamboge

📋 copy color: '#D8A201'

red 216 ◦ green 162 ◦ blue 1

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

Shades of Gamboge #D8A201

Tints of Gamboge #D8A201

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.74%

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 56.99%
G = 42.74%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D8A201 (or 0xD8A201) is known color: Gamboge. HEX triplet: D8, A2 and 01. RGB value is (216,162,1). Sum of RGB (Red+Green+Blue) = 216+162+1=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 1 (0.78% from 255 or 0.26% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A201 is #275DFE. Grayscale: #A0A0A0. Windows color (decimal): -2579967 or 107224. OLE color: 107224.

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

Color convert

RGB 216 162 1 -
CMYK 0 0.25 1.00 0.15
HSL 44.93º 0.99% 0.43% -
HSV(B) 44.93º 1% 0.85% -
XYZ 41.24 40.44 5.66 -
YUV 159.79 38.39 168.09 -
System Red Green Blue C M Y K H S L
Decimal 216 162 1 0 0.25 1.00 0.15 44.93 0.99 0.43
Hex D8 A2 1 0 19 64 F 2D 63 2B
Octal 330 242 1 0 31 144 17 55 143 53
Binary 11011000 10100010 1 0 11001 1100100 1111 101101 1100011 101011

Color Harmonies of #D8A201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A201

Black with #D8A201

Text Example


Text Example

White with #D8A201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A201; }

 p { color: rgb(216,162,1); }

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

background-color css

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

 a { background-color: rgb(216,162,1); }

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

border-color css

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

 span { border-color: rgb(216,162,1); }

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