Html Css Color HEX #DC930B Gamboge

📋 copy color: '#DC930B'

red 220 ◦ green 147 ◦ blue 11

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

Shades of Gamboge #DC930B

Tints of Gamboge #DC930B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.89%

 BLUE value IS 11 (4.69% from 255) = 2.91%

R = 58.2%
G = 38.89%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC930B (or 0xDC930B) is known color: Gamboge. HEX triplet: DC, 93 and 0B. RGB value is (220,147,11). Sum of RGB (Red+Green+Blue) = 220+147+11=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 11 (4.69% from 255 or 2.91% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC930B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC930B is #236CF4. Grayscale: #999999. Windows color (decimal): -2321653 or 758748. OLE color: 758748.

HSL color Cylindrical-coordinate representation of color #DC930B: hue angle of 39.04º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC930B is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 147 11 -
CMYK 0 0.33 0.95 0.14
HSL 39.04º 0.9% 0.45% -
HSV(B) 39.04º 0.95% 0.86% -
XYZ 40.01 36.11 5.18 -
YUV 153.32 47.68 175.56 -
System Red Green Blue C M Y K H S L
Decimal 220 147 11 0 0.33 0.95 0.14 39.04 0.9 0.45
Hex DC 93 B 0 21 5F E 27 5A 2D
Octal 334 223 13 0 41 137 16 47 132 55
Binary 11011100 10010011 1011 0 100001 1011111 1110 100111 1011010 101101

Color Harmonies of #DC930B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC930B

Black with #DC930B

Text Example


Text Example

White with #DC930B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC930B; }

 p { color: rgb(220,147,11); }

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

background-color css

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

 a { background-color: rgb(220,147,11); }

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

border-color css

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

 span { border-color: rgb(220,147,11); }

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