Html Css Color HEX #DCA30F Gamboge

📋 copy color: '#DCA30F'

red 220 ◦ green 163 ◦ blue 15

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

Shades of Gamboge #DCA30F

Tints of Gamboge #DCA30F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.95%

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

R = 55.28%
G = 40.95%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCA30F (or 0xDCA30F) is known color: Gamboge. HEX triplet: DC, A3 and 0F. RGB value is (220,163,15). Sum of RGB (Red+Green+Blue) = 220+163+15=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 15 (6.25% from 255 or 3.77% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA30F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA30F is #235CF0. Grayscale: #A3A3A3. Windows color (decimal): -2317553 or 1024988. OLE color: 1024988.

HSL color Cylindrical-coordinate representation of color #DCA30F: hue angle of 43.32º 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 #DCA30F is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 163 15 -
CMYK 0 0.26 0.93 0.14
HSL 43.32º 0.87% 0.46% -
HSV(B) 43.32º 0.93% 0.86% -
XYZ 42.7 41.44 6.2 -
YUV 163.17 44.38 168.53 -
System Red Green Blue C M Y K H S L
Decimal 220 163 15 0 0.26 0.93 0.14 43.32 0.87 0.46
Hex DC A3 F 0 1A 5D E 2B 57 2E
Octal 334 243 17 0 32 135 16 53 127 56
Binary 11011100 10100011 1111 0 11010 1011101 1110 101011 1010111 101110

Color Harmonies of #DCA30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA30F

Black with #DCA30F

Text Example


Text Example

White with #DCA30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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