Html Css Color HEX #DCA30B Gamboge

📋 copy color: '#DCA30B'

red 220 ◦ green 163 ◦ blue 11

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

Shades of Gamboge #DCA30B

Tints of Gamboge #DCA30B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.79%

R = 55.84%
G = 41.37%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCA30B (or 0xDCA30B) is known color: Gamboge. HEX triplet: DC, A3 and 0B. RGB value is (220,163,11). Sum of RGB (Red+Green+Blue) = 220+163+11=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA30B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA30B is #235CF4. Grayscale: #A3A3A3. Windows color (decimal): -2317557 or 762844. OLE color: 762844.

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

Color convert

RGB 220 163 11 -
CMYK 0 0.26 0.95 0.14
HSL 43.64º 0.9% 0.45% -
HSV(B) 43.64º 0.95% 0.86% -
XYZ 42.67 41.43 6.07 -
YUV 162.72 42.38 168.86 -
System Red Green Blue C M Y K H S L
Decimal 220 163 11 0 0.26 0.95 0.14 43.64 0.9 0.45
Hex DC A3 B 0 1A 5F E 2C 5A 2D
Octal 334 243 13 0 32 137 16 54 132 55
Binary 11011100 10100011 1011 0 11010 1011111 1110 101100 1011010 101101

Color Harmonies of #DCA30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA30B

Black with #DCA30B

Text Example


Text Example

White with #DCA30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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