Html Css Color HEX #DC9E2B Buttercup

📋 copy color: '#DC9E2B'

red 220 ◦ green 158 ◦ blue 43

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

Shades of Buttercup #DC9E2B

Tints of Buttercup #DC9E2B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.53%

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

R = 52.26%
G = 37.53%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC9E2B (or 0xDC9E2B) is known color: Buttercup. HEX triplet: DC, 9E and 2B. RGB value is (220,158,43). Sum of RGB (Red+Green+Blue) = 220+158+43=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 158 (62.11% from 255 or 37.53% from 421); Blue value is 43 (17.19% from 255 or 10.21% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9E2B is #2361D4. Grayscale: #A3A3A3. Windows color (decimal): -2318805 or 2858716. OLE color: 2858716.

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

Color convert

RGB 220 158 43 -
CMYK 0 0.28 0.80 0.14
HSL 38.98º 0.72% 0.52% -
HSV(B) 38.98º 0.8% 0.86% -
XYZ 42.18 39.84 7.75 -
YUV 163.43 60.04 168.35 -
System Red Green Blue C M Y K H S L
Decimal 220 158 43 0 0.28 0.80 0.14 38.98 0.72 0.52
Hex DC 9E 2B 0 1C 50 E 27 48 34
Octal 334 236 53 0 34 120 16 47 110 64
Binary 11011100 10011110 101011 0 11100 1010000 1110 100111 1001000 110100

Color Harmonies of #DC9E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E2B

Black with #DC9E2B

Text Example


Text Example

White with #DC9E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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