Html Css Color HEX #DC9715 Gamboge

📋 copy color: '#DC9715'

red 220 ◦ green 151 ◦ blue 21

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

Shades of Gamboge #DC9715

Tints of Gamboge #DC9715

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.52%

 BLUE value IS 21 (8.59% from 255) = 5.36%

R = 56.12%
G = 38.52%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC9715 (or 0xDC9715) is known color: Gamboge. HEX triplet: DC, 97 and 15. RGB value is (220,151,21). Sum of RGB (Red+Green+Blue) = 220+151+21=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 21 (8.59% from 255 or 5.36% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9715 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9715 is #2368EA. Grayscale: #9D9D9D. Windows color (decimal): -2320619 or 1415132. OLE color: 1415132.

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

Color convert

RGB 220 151 21 -
CMYK 0 0.31 0.90 0.14
HSL 39.2º 0.83% 0.47% -
HSV(B) 39.2º 0.9% 0.86% -
XYZ 40.72 37.4 5.78 -
YUV 156.81 51.36 173.07 -
System Red Green Blue C M Y K H S L
Decimal 220 151 21 0 0.31 0.90 0.14 39.2 0.83 0.47
Hex DC 97 15 0 1F 5A E 27 53 2F
Octal 334 227 25 0 37 132 16 47 123 57
Binary 11011100 10010111 10101 0 11111 1011010 1110 100111 1010011 101111

Color Harmonies of #DC9715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9715

Black with #DC9715

Text Example


Text Example

White with #DC9715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9715; }

 p { color: rgb(220,151,21); }

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

background-color css

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

 a { background-color: rgb(220,151,21); }

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

border-color css

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

 span { border-color: rgb(220,151,21); }

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