Html Css Color HEX #D6A805 Gamboge

📋 copy color: '#D6A805'

red 214 ◦ green 168 ◦ blue 5

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

Shades of Gamboge #D6A805

Tints of Gamboge #D6A805

RGB

 RED value IS 214 (83.98% from 255) = 55.3%

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

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

R = 55.3%
G = 43.41%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D6A805 (or 0xD6A805) is known color: Gamboge. HEX triplet: D6, A8 and 05. RGB value is (214,168,5). Sum of RGB (Red+Green+Blue) = 214+168+5=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 5 (2.34% from 255 or 1.29% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A805 is #2957FA. Grayscale: #A3A3A3. Windows color (decimal): -2709499 or 370902. OLE color: 370902.

HSL color Cylindrical-coordinate representation of color #D6A805: hue angle of 46.79º 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 #D6A805 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 168 5 -
CMYK 0 0.21 0.98 0.16
HSL 46.79º 0.95% 0.43% -
HSV(B) 46.79º 0.98% 0.84% -
XYZ 41.76 42.31 6.11 -
YUV 163.17 38.74 164.25 -
System Red Green Blue C M Y K H S L
Decimal 214 168 5 0 0.21 0.98 0.16 46.79 0.95 0.43
Hex D6 A8 5 0 15 62 10 2F 5F 2B
Octal 326 250 5 0 25 142 20 57 137 53
Binary 11010110 10101000 101 0 10101 1100010 10000 101111 1011111 101011

Color Harmonies of #D6A805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A805

Black with #D6A805

Text Example


Text Example

White with #D6A805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A805; }

 p { color: rgb(214,168,5); }

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

background-color css

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

 a { background-color: rgb(214,168,5); }

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

border-color css

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

 span { border-color: rgb(214,168,5); }

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