Html Css Color HEX #D5AD01 Gamboge

📋 copy color: '#D5AD01'

red 213 ◦ green 173 ◦ blue 1

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

Shades of Gamboge #D5AD01

Tints of Gamboge #D5AD01

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.7%

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

R = 55.04%
G = 44.7%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D5AD01 (or 0xD5AD01) is known color: Gamboge. HEX triplet: D5, AD and 01. RGB value is (213,173,1). Sum of RGB (Red+Green+Blue) = 213+173+1=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 1 (0.78% from 255 or 0.26% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5AD01 is #2A52FE. Grayscale: #A6A6A6. Windows color (decimal): -2773759 or 110037. OLE color: 110037.

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

Color convert

RGB 213 173 1 -
CMYK 0 0.19 1.00 0.16
HSL 48.68º 0.99% 0.42% -
HSV(B) 48.68º 1% 0.84% -
XYZ 42.39 44.04 6.29 -
YUV 165.35 35.25 161.99 -
System Red Green Blue C M Y K H S L
Decimal 213 173 1 0 0.19 1.00 0.16 48.68 0.99 0.42
Hex D5 AD 1 0 13 64 10 31 63 2A
Octal 325 255 1 0 23 144 20 61 143 52
Binary 11010101 10101101 1 0 10011 1100100 10000 110001 1100011 101010

Color Harmonies of #D5AD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AD01

Black with #D5AD01

Text Example


Text Example

White with #D5AD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AD01; }

 p { color: rgb(213,173,1); }

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

background-color css

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

 a { background-color: rgb(213,173,1); }

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

border-color css

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

 span { border-color: rgb(213,173,1); }

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