Html Css Color HEX #DC992B Buttercup

📋 copy color: '#DC992B'

red 220 ◦ green 153 ◦ blue 43

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

Shades of Buttercup #DC992B

Tints of Buttercup #DC992B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.78%

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

R = 52.88%
G = 36.78%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC992B (or 0xDC992B) is known color: Buttercup. HEX triplet: DC, 99 and 2B. RGB value is (220,153,43). Sum of RGB (Red+Green+Blue) = 220+153+43=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 43 (17.19% from 255 or 10.34% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC992B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC992B is #2366D4. Grayscale: #A0A0A0. Windows color (decimal): -2320085 or 2857436. OLE color: 2857436.

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

Color convert

RGB 220 153 43 -
CMYK 0 0.30 0.80 0.14
HSL 37.29º 0.72% 0.52% -
HSV(B) 37.29º 0.8% 0.86% -
XYZ 41.34 38.17 7.47 -
YUV 160.49 61.7 170.44 -
System Red Green Blue C M Y K H S L
Decimal 220 153 43 0 0.30 0.80 0.14 37.29 0.72 0.52
Hex DC 99 2B 0 1E 50 E 25 48 34
Octal 334 231 53 0 36 120 16 45 110 64
Binary 11011100 10011001 101011 0 11110 1010000 1110 100101 1001000 110100

Color Harmonies of #DC992B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC992B

Black with #DC992B

Text Example


Text Example

White with #DC992B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC992B; }

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

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

background-color css

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

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

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

border-color css

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

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

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