Html Css Color HEX #DC9A2B Buttercup

📋 copy color: '#DC9A2B'

red 220 ◦ green 154 ◦ blue 43

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

Shades of Buttercup #DC9A2B

Tints of Buttercup #DC9A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.31%

R = 52.76%
G = 36.93%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC9A2B (or 0xDC9A2B) is known color: Buttercup. HEX triplet: DC, 9A and 2B. RGB value is (220,154,43). Sum of RGB (Red+Green+Blue) = 220+154+43=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 43 (17.19% from 255 or 10.31% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9A2B is #2365D4. Grayscale: #A1A1A1. Windows color (decimal): -2319829 or 2857692. OLE color: 2857692.

HSL color Cylindrical-coordinate representation of color #DC9A2B: hue angle of 37.63º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC9A2B is Cyan = 0, Magento = 0.3, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 154 43 -
CMYK 0 0.3 0.80 0.14
HSL 37.63º 0.72% 0.52% -
HSV(B) 37.63º 0.8% 0.86% -
XYZ 41.51 38.5 7.53 -
YUV 161.08 61.37 170.03 -
System Red Green Blue C M Y K H S L
Decimal 220 154 43 0 0.3 0.80 0.14 37.63 0.72 0.52
Hex DC 9A 2B 0 1E 50 E 26 48 34
Octal 334 232 53 0 36 120 16 46 110 64
Binary 11011100 10011010 101011 0 11110 1010000 1110 100110 1001000 110100

Color Harmonies of #DC9A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9A2B

Black with #DC9A2B

Text Example


Text Example

White with #DC9A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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