Html Css Color HEX #D3A608 Gamboge

📋 copy color: '#D3A608'

red 211 ◦ green 166 ◦ blue 8

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

Shades of Gamboge #D3A608

Tints of Gamboge #D3A608

RGB

 RED value IS 211 (82.81% from 255) = 54.81%

 GREEN value IS 166 (65.23% from 255) = 43.12%

 BLUE value IS 8 (3.52% from 255) = 2.08%

R = 54.81%
G = 43.12%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D3A608 (or 0xD3A608) is known color: Gamboge. HEX triplet: D3, A6 and 08. RGB value is (211,166,8). Sum of RGB (Red+Green+Blue) = 211+166+8=385 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.81% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 8 (3.52% from 255 or 2.08% from 385); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3A608 is #2C59F7. Grayscale: #A2A2A2. Windows color (decimal): -2906616 or 566995. OLE color: 566995.

HSL color Cylindrical-coordinate representation of color #D3A608: hue angle of 46.7º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D3A608 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 166 8 -
CMYK 0 0.21 0.96 0.17
HSL 46.7º 0.93% 0.43% -
HSV(B) 46.7º 0.96% 0.83% -
XYZ 40.54 41.14 6.03 -
YUV 161.44 41.41 163.35 -
System Red Green Blue C M Y K H S L
Decimal 211 166 8 0 0.21 0.96 0.17 46.7 0.93 0.43
Hex D3 A6 8 0 15 60 11 2F 5D 2B
Octal 323 246 10 0 25 140 21 57 135 53
Binary 11010011 10100110 1000 0 10101 1100000 10001 101111 1011101 101011

Color Harmonies of #D3A608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A608

Black with #D3A608

Text Example


Text Example

White with #D3A608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A608; }

 p { color: rgb(211,166,8); }

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

background-color css

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

 a { background-color: rgb(211,166,8); }

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

border-color css

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

 span { border-color: rgb(211,166,8); }

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