Html Css Color HEX #DC9415 Gamboge

📋 copy color: '#DC9415'

red 220 ◦ green 148 ◦ blue 21

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

Shades of Gamboge #DC9415

Tints of Gamboge #DC9415

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.05%

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

R = 56.56%
G = 38.05%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC9415 (or 0xDC9415) is known color: Gamboge. HEX triplet: DC, 94 and 15. RGB value is (220,148,21). Sum of RGB (Red+Green+Blue) = 220+148+21=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 21 (8.59% from 255 or 5.40% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9415 is #236BEA. Grayscale: #9B9B9B. Windows color (decimal): -2321387 or 1414364. OLE color: 1414364.

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

Color convert

RGB 220 148 21 -
CMYK 0 0.33 0.90 0.14
HSL 38.29º 0.83% 0.47% -
HSV(B) 38.29º 0.9% 0.86% -
XYZ 40.24 36.45 5.62 -
YUV 155.05 52.35 174.33 -
System Red Green Blue C M Y K H S L
Decimal 220 148 21 0 0.33 0.90 0.14 38.29 0.83 0.47
Hex DC 94 15 0 21 5A E 26 53 2F
Octal 334 224 25 0 41 132 16 46 123 57
Binary 11011100 10010100 10101 0 100001 1011010 1110 100110 1010011 101111

Color Harmonies of #DC9415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9415

Black with #DC9415

Text Example


Text Example

White with #DC9415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9415; }

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

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

background-color css

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

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

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

border-color css

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

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

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