Html Css Color HEX #D6A00A Gamboge

📋 copy color: '#D6A00A'

red 214 ◦ green 160 ◦ blue 10

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

Shades of Gamboge #D6A00A

Tints of Gamboge #D6A00A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.67%

 BLUE value IS 10 (4.3% from 255) = 2.6%

R = 55.73%
G = 41.67%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6A00A (or 0xD6A00A) is known color: Gamboge. HEX triplet: D6, A0 and 0A. RGB value is (214,160,10). Sum of RGB (Red+Green+Blue) = 214+160+10=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 10 (4.30% from 255 or 2.60% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A00A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A00A is #295FF5. Grayscale: #9F9F9F. Windows color (decimal): -2711542 or 696534. OLE color: 696534.

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

Color convert

RGB 214 160 10 -
CMYK 0 0.25 0.95 0.16
HSL 44.12º 0.91% 0.44% -
HSV(B) 44.12º 0.95% 0.84% -
XYZ 40.36 39.46 5.78 -
YUV 159.05 43.89 167.2 -
System Red Green Blue C M Y K H S L
Decimal 214 160 10 0 0.25 0.95 0.16 44.12 0.91 0.44
Hex D6 A0 A 0 19 5F 10 2C 5B 2C
Octal 326 240 12 0 31 137 20 54 133 54
Binary 11010110 10100000 1010 0 11001 1011111 10000 101100 1011011 101100

Color Harmonies of #D6A00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A00A

Black with #D6A00A

Text Example


Text Example

White with #D6A00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A00A; }

 p { color: rgb(214,160,10); }

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

background-color css

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

 a { background-color: rgb(214,160,10); }

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

border-color css

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

 span { border-color: rgb(214,160,10); }

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