Html Css Color HEX #DC931D Buttercup

📋 copy color: '#DC931D'

red 220 ◦ green 147 ◦ blue 29

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

Shades of Buttercup #DC931D

Tints of Buttercup #DC931D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.12%

 BLUE value IS 29 (11.72% from 255) = 7.32%

R = 55.56%
G = 37.12%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC931D (or 0xDC931D) is known color: Buttercup. HEX triplet: DC, 93 and 1D. RGB value is (220,147,29). Sum of RGB (Red+Green+Blue) = 220+147+29=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 29 (11.72% from 255 or 7.32% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC931D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC931D is #236CE2. Grayscale: #9B9B9B. Windows color (decimal): -2321635 or 1938396. OLE color: 1938396.

HSL color Cylindrical-coordinate representation of color #DC931D: hue angle of 37.07º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC931D is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 147 29 -
CMYK 0 0.33 0.87 0.14
HSL 37.07º 0.77% 0.49% -
HSV(B) 37.07º 0.87% 0.86% -
XYZ 40.17 36.17 6.03 -
YUV 155.38 56.68 174.09 -
System Red Green Blue C M Y K H S L
Decimal 220 147 29 0 0.33 0.87 0.14 37.07 0.77 0.49
Hex DC 93 1D 0 21 57 E 25 4D 31
Octal 334 223 35 0 41 127 16 45 115 61
Binary 11011100 10010011 11101 0 100001 1010111 1110 100101 1001101 110001

Color Harmonies of #DC931D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC931D

Black with #DC931D

Text Example


Text Example

White with #DC931D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC931D; }

 p { color: rgb(220,147,29); }

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

background-color css

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

 a { background-color: rgb(220,147,29); }

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

border-color css

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

 span { border-color: rgb(220,147,29); }

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