Html Css Color HEX #DCA00A Gamboge

📋 copy color: '#DCA00A'

red 220 ◦ green 160 ◦ blue 10

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

Shades of Gamboge #DCA00A

Tints of Gamboge #DCA00A

RGB

 RED value IS 220 (86.33% from 255) = 56.41%

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

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

R = 56.41%
G = 41.03%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCA00A (or 0xDCA00A) is known color: Gamboge. HEX triplet: DC, A0 and 0A. RGB value is (220,160,10). Sum of RGB (Red+Green+Blue) = 220+160+10=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 160 (62.89% from 255 or 41.03% from 390); Blue value is 10 (4.30% from 255 or 2.56% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA00A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA00A is #235FF5. Grayscale: #A1A1A1. Windows color (decimal): -2318326 or 696540. OLE color: 696540.

HSL color Cylindrical-coordinate representation of color #DCA00A: hue angle of 42.86º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCA00A is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 160 10 -
CMYK 0 0.27 0.95 0.14
HSL 42.86º 0.91% 0.45% -
HSV(B) 42.86º 0.95% 0.86% -
XYZ 42.14 40.38 5.86 -
YUV 160.84 42.88 170.2 -
System Red Green Blue C M Y K H S L
Decimal 220 160 10 0 0.27 0.95 0.14 42.86 0.91 0.45
Hex DC A0 A 0 1B 5F E 2B 5B 2D
Octal 334 240 12 0 33 137 16 53 133 55
Binary 11011100 10100000 1010 0 11011 1011111 1110 101011 1011011 101101

Color Harmonies of #DCA00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA00A

Black with #DCA00A

Text Example


Text Example

White with #DCA00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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