Html Css Color HEX #D7A505 Gamboge

📋 copy color: '#D7A505'

red 215 ◦ green 165 ◦ blue 5

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

Shades of Gamboge #D7A505

Tints of Gamboge #D7A505

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.86%

 BLUE value IS 5 (2.34% from 255) = 1.3%

R = 55.84%
G = 42.86%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D7A505 (or 0xD7A505) is known color: Gamboge. HEX triplet: D7, A5 and 05. RGB value is (215,165,5). Sum of RGB (Red+Green+Blue) = 215+165+5=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 5 (2.34% from 255 or 1.30% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A505 is #285AFA. Grayscale: #A2A2A2. Windows color (decimal): -2644731 or 370135. OLE color: 370135.

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

Color convert

RGB 215 165 5 -
CMYK 0 0.23 0.98 0.16
HSL 45.71º 0.95% 0.43% -
HSV(B) 45.71º 0.98% 0.84% -
XYZ 41.51 41.37 5.94 -
YUV 161.71 39.57 166.01 -
System Red Green Blue C M Y K H S L
Decimal 215 165 5 0 0.23 0.98 0.16 45.71 0.95 0.43
Hex D7 A5 5 0 17 62 10 2E 5F 2B
Octal 327 245 5 0 27 142 20 56 137 53
Binary 11010111 10100101 101 0 10111 1100010 10000 101110 1011111 101011

Color Harmonies of #D7A505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A505

Black with #D7A505

Text Example


Text Example

White with #D7A505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A505; }

 p { color: rgb(215,165,5); }

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

background-color css

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

 a { background-color: rgb(215,165,5); }

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

border-color css

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

 span { border-color: rgb(215,165,5); }

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