Html Css Color HEX #DC951B Buttercup

📋 copy color: '#DC951B'

red 220 ◦ green 149 ◦ blue 27

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

Shades of Buttercup #DC951B

Tints of Buttercup #DC951B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.63%

 BLUE value IS 27 (10.94% from 255) = 6.82%

R = 55.56%
G = 37.63%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC951B (or 0xDC951B) is known color: Buttercup. HEX triplet: DC, 95 and 1B. RGB value is (220,149,27). Sum of RGB (Red+Green+Blue) = 220+149+27=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 27 (10.94% from 255 or 6.82% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC951B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC951B is #236AE4. Grayscale: #9C9C9C. Windows color (decimal): -2321125 or 1807836. OLE color: 1807836.

HSL color Cylindrical-coordinate representation of color #DC951B: hue angle of 37.93º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC951B is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 149 27 -
CMYK 0 0.32 0.88 0.14
HSL 37.93º 0.78% 0.48% -
HSV(B) 37.93º 0.88% 0.86% -
XYZ 40.46 36.79 6.01 -
YUV 156.32 55.02 173.42 -
System Red Green Blue C M Y K H S L
Decimal 220 149 27 0 0.32 0.88 0.14 37.93 0.78 0.48
Hex DC 95 1B 0 20 58 E 26 4E 30
Octal 334 225 33 0 40 130 16 46 116 60
Binary 11011100 10010101 11011 0 100000 1011000 1110 100110 1001110 110000

Color Harmonies of #DC951B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC951B

Black with #DC951B

Text Example


Text Example

White with #DC951B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC951B; }

 p { color: rgb(220,149,27); }

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

background-color css

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

 a { background-color: rgb(220,149,27); }

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

border-color css

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

 span { border-color: rgb(220,149,27); }

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