Html Css Color HEX #DC8D02 Gamboge

📋 copy color: '#DC8D02'

red 220 ◦ green 141 ◦ blue 2

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

Shades of Gamboge #DC8D02

Tints of Gamboge #DC8D02

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.84%

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 60.61%
G = 38.84%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC8D02 (or 0xDC8D02) is known color: Gamboge. HEX triplet: DC, 8D and 02. RGB value is (220,141,2). Sum of RGB (Red+Green+Blue) = 220+141+2=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 2 (1.17% from 255 or 0.55% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8D02 is #2372FD. Grayscale: #959595. Windows color (decimal): -2323198 or 167388. OLE color: 167388.

HSL color Cylindrical-coordinate representation of color #DC8D02: hue angle of 38.26º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC8D02 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 141 2 -
CMYK 0 0.36 0.99 0.14
HSL 38.26º 0.98% 0.44% -
HSV(B) 38.26º 0.99% 0.86% -
XYZ 39.05 34.27 4.61 -
YUV 148.78 45.17 178.8 -
System Red Green Blue C M Y K H S L
Decimal 220 141 2 0 0.36 0.99 0.14 38.26 0.98 0.44
Hex DC 8D 2 0 24 63 E 26 62 2C
Octal 334 215 2 0 44 143 16 46 142 54
Binary 11011100 10001101 10 0 100100 1100011 1110 100110 1100010 101100

Color Harmonies of #DC8D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8D02

Black with #DC8D02

Text Example


Text Example

White with #DC8D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8D02; }

 p { color: rgb(220,141,2); }

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

background-color css

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

 a { background-color: rgb(220,141,2); }

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

border-color css

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

 span { border-color: rgb(220,141,2); }

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