Html Css Color HEX #DC9625 Buttercup

📋 copy color: '#DC9625'

red 220 ◦ green 150 ◦ blue 37

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

Shades of Buttercup #DC9625

Tints of Buttercup #DC9625

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.86%

 BLUE value IS 37 (14.84% from 255) = 9.09%

R = 54.05%
G = 36.86%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC9625 (or 0xDC9625) is known color: Buttercup. HEX triplet: DC, 96 and 25. RGB value is (220,150,37). Sum of RGB (Red+Green+Blue) = 220+150+37=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 37 (14.84% from 255 or 9.09% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9625 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9625 is #2369DA. Grayscale: #9E9E9E. Windows color (decimal): -2320859 or 2463452. OLE color: 2463452.

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

Color convert

RGB 220 150 37 -
CMYK 0 0.32 0.83 0.14
HSL 37.05º 0.72% 0.5% -
HSV(B) 37.05º 0.83% 0.86% -
XYZ 40.76 37.16 6.78 -
YUV 158.05 59.69 172.19 -
System Red Green Blue C M Y K H S L
Decimal 220 150 37 0 0.32 0.83 0.14 37.05 0.72 0.5
Hex DC 96 25 0 20 53 E 25 48 32
Octal 334 226 45 0 40 123 16 45 110 62
Binary 11011100 10010110 100101 0 100000 1010011 1110 100101 1001000 110010

Color Harmonies of #DC9625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9625

Black with #DC9625

Text Example


Text Example

White with #DC9625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9625; }

 p { color: rgb(220,150,37); }

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

background-color css

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

 a { background-color: rgb(220,150,37); }

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

border-color css

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

 span { border-color: rgb(220,150,37); }

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