Html Css Color HEX #DC9431 Buttercup

📋 copy color: '#DC9431'

red 220 ◦ green 148 ◦ blue 49

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

Shades of Buttercup #DC9431

Tints of Buttercup #DC9431

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.49%

 BLUE value IS 49 (19.53% from 255) = 11.75%

R = 52.76%
G = 35.49%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC9431 (or 0xDC9431) is known color: Buttercup. HEX triplet: DC, 94 and 31. RGB value is (220,148,49). Sum of RGB (Red+Green+Blue) = 220+148+49=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 49 (19.53% from 255 or 11.75% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9431 is #236BCE. Grayscale: #9E9E9E. Windows color (decimal): -2321359 or 3249372. OLE color: 3249372.

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

Color convert

RGB 220 148 49 -
CMYK 0 0.33 0.78 0.14
HSL 34.74º 0.71% 0.53% -
HSV(B) 34.74º 0.78% 0.86% -
XYZ 40.66 36.62 7.83 -
YUV 158.24 66.35 172.05 -
System Red Green Blue C M Y K H S L
Decimal 220 148 49 0 0.33 0.78 0.14 34.74 0.71 0.53
Hex DC 94 31 0 21 4E E 23 47 35
Octal 334 224 61 0 41 116 16 43 107 65
Binary 11011100 10010100 110001 0 100001 1001110 1110 100011 1000111 110101

Color Harmonies of #DC9431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9431

Black with #DC9431

Text Example


Text Example

White with #DC9431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9431; }

 p { color: rgb(220,148,49); }

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

background-color css

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

 a { background-color: rgb(220,148,49); }

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

border-color css

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

 span { border-color: rgb(220,148,49); }

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