Html Css Color HEX #D7A703 Gamboge

📋 copy color: '#D7A703'

red 215 ◦ green 167 ◦ blue 3

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

Shades of Gamboge #D7A703

Tints of Gamboge #D7A703

RGB

 RED value IS 215 (84.38% from 255) = 55.84%

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

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

R = 55.84%
G = 43.38%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D7A703 (or 0xD7A703) is known color: Gamboge. HEX triplet: D7, A7 and 03. RGB value is (215,167,3). Sum of RGB (Red+Green+Blue) = 215+167+3=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 167 (65.62% from 255 or 43.38% from 385); Blue value is 3 (1.56% from 255 or 0.78% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A703 is #2858FC. Grayscale: #A3A3A3. Windows color (decimal): -2644221 or 239575. OLE color: 239575.

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

Color convert

RGB 215 167 3 -
CMYK 0 0.22 0.99 0.16
HSL 46.42º 0.97% 0.43% -
HSV(B) 46.42º 0.99% 0.84% -
XYZ 41.86 42.09 6 -
YUV 162.66 37.9 165.34 -
System Red Green Blue C M Y K H S L
Decimal 215 167 3 0 0.22 0.99 0.16 46.42 0.97 0.43
Hex D7 A7 3 0 16 63 10 2E 61 2B
Octal 327 247 3 0 26 143 20 56 141 53
Binary 11010111 10100111 11 0 10110 1100011 10000 101110 1100001 101011

Color Harmonies of #D7A703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A703

Black with #D7A703

Text Example


Text Example

White with #D7A703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A703; }

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

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

background-color css

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

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

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

border-color css

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

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

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