Html Css Color HEX #DC9817 Gamboge

📋 copy color: '#DC9817'

red 220 ◦ green 152 ◦ blue 23

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

Shades of Gamboge #DC9817

Tints of Gamboge #DC9817

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.48%

 BLUE value IS 23 (9.38% from 255) = 5.82%

R = 55.7%
G = 38.48%
B = 5.82%

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

#DC9817 (or 0xDC9817) is known color: Gamboge. HEX triplet: DC, 98 and 17. RGB value is (220,152,23). Sum of RGB (Red+Green+Blue) = 220+152+23=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 23 (9.38% from 255 or 5.82% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9817 is #2367E8. Grayscale: #9E9E9E. Windows color (decimal): -2320361 or 1546460. OLE color: 1546460.

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

Color convert

RGB 220 152 23 -
CMYK 0 0.31 0.90 0.14
HSL 39.29º 0.81% 0.48% -
HSV(B) 39.29º 0.9% 0.86% -
XYZ 40.9 37.73 5.94 -
YUV 157.63 52.03 172.49 -
System Red Green Blue C M Y K H S L
Decimal 220 152 23 0 0.31 0.90 0.14 39.29 0.81 0.48
Hex DC 98 17 0 1F 5A E 27 51 30
Octal 334 230 27 0 37 132 16 47 121 60
Binary 11011100 10011000 10111 0 11111 1011010 1110 100111 1010001 110000

Color Harmonies of #DC9817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9817

Black with #DC9817

Text Example


Text Example

White with #DC9817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9817; }

 p { color: rgb(220,152,23); }

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

background-color css

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

 a { background-color: rgb(220,152,23); }

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

border-color css

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

 span { border-color: rgb(220,152,23); }

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