Html Css Color HEX #D0A807 Gamboge

📋 copy color: '#D0A807'

red 208 ◦ green 168 ◦ blue 7

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

Shades of Gamboge #D0A807

Tints of Gamboge #D0A807

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.86%

 BLUE value IS 7 (3.13% from 255) = 1.83%

R = 54.31%
G = 43.86%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D0A807 (or 0xD0A807) is known color: Gamboge. HEX triplet: D0, A8 and 07. RGB value is (208,168,7). Sum of RGB (Red+Green+Blue) = 208+168+7=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 168 (66.02% from 255 or 43.86% from 383); Blue value is 7 (3.12% from 255 or 1.83% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A807 is #2F57F8. Grayscale: #A2A2A2. Windows color (decimal): -3102713 or 501968. OLE color: 501968.

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

Color convert

RGB 208 168 7 -
CMYK 0 0.19 0.97 0.18
HSL 48.06º 0.93% 0.42% -
HSV(B) 48.06º 0.97% 0.82% -
XYZ 40.05 41.43 6.09 -
YUV 161.61 40.75 161.09 -
System Red Green Blue C M Y K H S L
Decimal 208 168 7 0 0.19 0.97 0.18 48.06 0.93 0.42
Hex D0 A8 7 0 13 61 12 30 5D 2A
Octal 320 250 7 0 23 141 22 60 135 52
Binary 11010000 10101000 111 0 10011 1100001 10010 110000 1011101 101010

Color Harmonies of #D0A807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A807

Black with #D0A807

Text Example


Text Example

White with #D0A807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A807; }

 p { color: rgb(208,168,7); }

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

background-color css

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

 a { background-color: rgb(208,168,7); }

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

border-color css

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

 span { border-color: rgb(208,168,7); }

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