Html Css Color HEX #DCA80F Gamboge

📋 copy color: '#DCA80F'

red 220 ◦ green 168 ◦ blue 15

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

Shades of Gamboge #DCA80F

Tints of Gamboge #DCA80F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.72%

R = 54.59%
G = 41.69%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCA80F (or 0xDCA80F) is known color: Gamboge. HEX triplet: DC, A8 and 0F. RGB value is (220,168,15). Sum of RGB (Red+Green+Blue) = 220+168+15=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 15 (6.25% from 255 or 3.72% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA80F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA80F is #2357F0. Grayscale: #A6A6A6. Windows color (decimal): -2316273 or 1026268. OLE color: 1026268.

HSL color Cylindrical-coordinate representation of color #DCA80F: hue angle of 44.78º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCA80F is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 168 15 -
CMYK 0 0.24 0.93 0.14
HSL 44.78º 0.87% 0.46% -
HSV(B) 44.78º 0.93% 0.86% -
XYZ 43.6 43.26 6.5 -
YUV 166.11 42.73 166.44 -
System Red Green Blue C M Y K H S L
Decimal 220 168 15 0 0.24 0.93 0.14 44.78 0.87 0.46
Hex DC A8 F 0 18 5D E 2D 57 2E
Octal 334 250 17 0 30 135 16 55 127 56
Binary 11011100 10101000 1111 0 11000 1011101 1110 101101 1010111 101110

Color Harmonies of #DCA80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA80F

Black with #DCA80F

Text Example


Text Example

White with #DCA80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA80F; }

 p { color: rgb(220,168,15); }

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

background-color css

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

 a { background-color: rgb(220,168,15); }

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

border-color css

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

 span { border-color: rgb(220,168,15); }

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