Html Css Color HEX #DC8F02 Gamboge

📋 copy color: '#DC8F02'

red 220 ◦ green 143 ◦ blue 2

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

Shades of Gamboge #DC8F02

Tints of Gamboge #DC8F02

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.18%

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

R = 60.27%
G = 39.18%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC8F02 (or 0xDC8F02) is known color: Gamboge. HEX triplet: DC, 8F and 02. RGB value is (220,143,2). Sum of RGB (Red+Green+Blue) = 220+143+2=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 2 (1.17% from 255 or 0.55% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8F02 is #2370FD. Grayscale: #969696. Windows color (decimal): -2322686 or 167900. OLE color: 167900.

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

Color convert

RGB 220 143 2 -
CMYK 0 0.35 0.99 0.14
HSL 38.81º 0.98% 0.44% -
HSV(B) 38.81º 0.99% 0.86% -
XYZ 39.35 34.86 4.71 -
YUV 149.95 44.51 177.96 -
System Red Green Blue C M Y K H S L
Decimal 220 143 2 0 0.35 0.99 0.14 38.81 0.98 0.44
Hex DC 8F 2 0 23 63 E 27 62 2C
Octal 334 217 2 0 43 143 16 47 142 54
Binary 11011100 10001111 10 0 100011 1100011 1110 100111 1100010 101100

Color Harmonies of #DC8F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8F02

Black with #DC8F02

Text Example


Text Example

White with #DC8F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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