Html Css Color HEX #D0A304 Gamboge

📋 copy color: '#D0A304'

red 208 ◦ green 163 ◦ blue 4

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

Shades of Gamboge #D0A304

Tints of Gamboge #D0A304

RGB

 RED value IS 208 (81.64% from 255) = 55.47%

 GREEN value IS 163 (64.06% from 255) = 43.47%

 BLUE value IS 4 (1.95% from 255) = 1.07%

R = 55.47%
G = 43.47%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D0A304 (or 0xD0A304) is known color: Gamboge. HEX triplet: D0, A3 and 04. RGB value is (208,163,4). Sum of RGB (Red+Green+Blue) = 208+163+4=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 4 (1.95% from 255 or 1.07% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A304 is #2F5CFB. Grayscale: #9F9F9F. Windows color (decimal): -3103996 or 304080. OLE color: 304080.

HSL color Cylindrical-coordinate representation of color #D0A304: hue angle of 46.76º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0A304 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 163 4 -
CMYK 0 0.22 0.98 0.18
HSL 46.76º 0.96% 0.42% -
HSV(B) 46.76º 0.98% 0.82% -
XYZ 39.13 39.61 5.7 -
YUV 158.33 40.91 163.43 -
System Red Green Blue C M Y K H S L
Decimal 208 163 4 0 0.22 0.98 0.18 46.76 0.96 0.42
Hex D0 A3 4 0 16 62 12 2F 60 2A
Octal 320 243 4 0 26 142 22 57 140 52
Binary 11010000 10100011 100 0 10110 1100010 10010 101111 1100000 101010

Color Harmonies of #D0A304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A304

Black with #D0A304

Text Example


Text Example

White with #D0A304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A304; }

 p { color: rgb(208,163,4); }

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

background-color css

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

 a { background-color: rgb(208,163,4); }

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

border-color css

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

 span { border-color: rgb(208,163,4); }

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