Html Css Color HEX #D8A703 Gamboge

📋 copy color: '#D8A703'

red 216 ◦ green 167 ◦ blue 3

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

Shades of Gamboge #D8A703

Tints of Gamboge #D8A703

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.26%

 BLUE value IS 3 (1.56% from 255) = 0.78%

R = 55.96%
G = 43.26%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D8A703 (or 0xD8A703) is known color: Gamboge. HEX triplet: D8, A7 and 03. RGB value is (216,167,3). Sum of RGB (Red+Green+Blue) = 216+167+3=386 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.96% from 386); Green value is 167 (65.62% from 255 or 43.26% from 386); Blue value is 3 (1.56% from 255 or 0.78% from 386); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A703 is #2758FC. Grayscale: #A3A3A3. Windows color (decimal): -2578685 or 239576. OLE color: 239576.

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

Color convert

RGB 216 167 3 -
CMYK 0 0.23 0.99 0.15
HSL 46.2º 0.97% 0.43% -
HSV(B) 46.2º 0.99% 0.85% -
XYZ 42.15 42.24 6.02 -
YUV 162.96 37.73 165.84 -
System Red Green Blue C M Y K H S L
Decimal 216 167 3 0 0.23 0.99 0.15 46.2 0.97 0.43
Hex D8 A7 3 0 17 63 F 2E 61 2B
Octal 330 247 3 0 27 143 17 56 141 53
Binary 11011000 10100111 11 0 10111 1100011 1111 101110 1100001 101011

Color Harmonies of #D8A703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A703

Black with #D8A703

Text Example


Text Example

White with #D8A703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A703; }

 p { color: rgb(216,167,3); }

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

background-color css

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

 a { background-color: rgb(216,167,3); }

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

border-color css

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

 span { border-color: rgb(216,167,3); }

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