Html Css Color HEX #DC9A0B Gamboge

📋 copy color: '#DC9A0B'

red 220 ◦ green 154 ◦ blue 11

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

Shades of Gamboge #DC9A0B

Tints of Gamboge #DC9A0B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40%

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

R = 57.14%
G = 40%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC9A0B (or 0xDC9A0B) is known color: Gamboge. HEX triplet: DC, 9A and 0B. RGB value is (220,154,11). Sum of RGB (Red+Green+Blue) = 220+154+11=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 11 (4.69% from 255 or 2.86% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9A0B is #2365F4. Grayscale: #9E9E9E. Windows color (decimal): -2319861 or 760540. OLE color: 760540.

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

Color convert

RGB 220 154 11 -
CMYK 0 0.3 0.95 0.14
HSL 41.05º 0.9% 0.45% -
HSV(B) 41.05º 0.95% 0.86% -
XYZ 41.13 38.35 5.55 -
YUV 157.43 45.37 172.63 -
System Red Green Blue C M Y K H S L
Decimal 220 154 11 0 0.3 0.95 0.14 41.05 0.9 0.45
Hex DC 9A B 0 1E 5F E 29 5A 2D
Octal 334 232 13 0 36 137 16 51 132 55
Binary 11011100 10011010 1011 0 11110 1011111 1110 101001 1011010 101101

Color Harmonies of #DC9A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9A0B

Black with #DC9A0B

Text Example


Text Example

White with #DC9A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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