Html Css Color HEX #DC9B2A Buttercup

📋 copy color: '#DC9B2A'

red 220 ◦ green 155 ◦ blue 42

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

Shades of Buttercup #DC9B2A

Tints of Buttercup #DC9B2A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.17%

 BLUE value IS 42 (16.8% from 255) = 10.07%

R = 52.76%
G = 37.17%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC9B2A (or 0xDC9B2A) is known color: Buttercup. HEX triplet: DC, 9B and 2A. RGB value is (220,155,42). Sum of RGB (Red+Green+Blue) = 220+155+42=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 42 (16.80% from 255 or 10.07% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9B2A is #2364D5. Grayscale: #A2A2A2. Windows color (decimal): -2319574 or 2792412. OLE color: 2792412.

HSL color Cylindrical-coordinate representation of color #DC9B2A: hue angle of 38.09º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC9B2A is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 155 42 -
CMYK 0 0.30 0.81 0.14
HSL 38.09º 0.72% 0.51% -
HSV(B) 38.09º 0.81% 0.86% -
XYZ 41.65 38.83 7.49 -
YUV 161.55 60.53 169.69 -
System Red Green Blue C M Y K H S L
Decimal 220 155 42 0 0.30 0.81 0.14 38.09 0.72 0.51
Hex DC 9B 2A 0 1E 51 E 26 48 33
Octal 334 233 52 0 36 121 16 46 110 63
Binary 11011100 10011011 101010 0 11110 1010001 1110 100110 1001000 110011

Color Harmonies of #DC9B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9B2A

Black with #DC9B2A

Text Example


Text Example

White with #DC9B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9B2A; }

 p { color: rgb(220,155,42); }

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

background-color css

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

 a { background-color: rgb(220,155,42); }

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

border-color css

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

 span { border-color: rgb(220,155,42); }

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