Html Css Color HEX #DC9514 Gamboge

📋 copy color: '#DC9514'

red 220 ◦ green 149 ◦ blue 20

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

Shades of Gamboge #DC9514

Tints of Gamboge #DC9514

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.3%

 BLUE value IS 20 (8.2% from 255) = 5.14%

R = 56.56%
G = 38.3%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC9514 (or 0xDC9514) is known color: Gamboge. HEX triplet: DC, 95 and 14. RGB value is (220,149,20). Sum of RGB (Red+Green+Blue) = 220+149+20=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 20 (8.20% from 255 or 5.14% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9514 is #236AEB. Grayscale: #9C9C9C. Windows color (decimal): -2321132 or 1349084. OLE color: 1349084.

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

Color convert

RGB 220 149 20 -
CMYK 0 0.32 0.91 0.14
HSL 38.7º 0.83% 0.47% -
HSV(B) 38.7º 0.91% 0.86% -
XYZ 40.39 36.76 5.63 -
YUV 155.52 51.52 173.99 -
System Red Green Blue C M Y K H S L
Decimal 220 149 20 0 0.32 0.91 0.14 38.7 0.83 0.47
Hex DC 95 14 0 20 5B E 27 53 2F
Octal 334 225 24 0 40 133 16 47 123 57
Binary 11011100 10010101 10100 0 100000 1011011 1110 100111 1010011 101111

Color Harmonies of #DC9514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9514

Black with #DC9514

Text Example


Text Example

White with #DC9514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9514; }

 p { color: rgb(220,149,20); }

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

background-color css

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

 a { background-color: rgb(220,149,20); }

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

border-color css

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

 span { border-color: rgb(220,149,20); }

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