Html Css Color HEX #DC9A1C Buttercup

📋 copy color: '#DC9A1C'

red 220 ◦ green 154 ◦ blue 28

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

Shades of Buttercup #DC9A1C

Tints of Buttercup #DC9A1C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.31%

 BLUE value IS 28 (11.33% from 255) = 6.97%

R = 54.73%
G = 38.31%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC9A1C (or 0xDC9A1C) is known color: Buttercup. HEX triplet: DC, 9A and 1C. RGB value is (220,154,28). Sum of RGB (Red+Green+Blue) = 220+154+28=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 28 (11.33% from 255 or 6.97% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9A1C is #2365E3. Grayscale: #9F9F9F. Windows color (decimal): -2319844 or 1874652. OLE color: 1874652.

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

Color convert

RGB 220 154 28 -
CMYK 0 0.3 0.87 0.14
HSL 39.38º 0.77% 0.49% -
HSV(B) 39.38º 0.87% 0.86% -
XYZ 41.28 38.41 6.34 -
YUV 159.37 53.87 171.25 -
System Red Green Blue C M Y K H S L
Decimal 220 154 28 0 0.3 0.87 0.14 39.38 0.77 0.49
Hex DC 9A 1C 0 1E 57 E 27 4D 31
Octal 334 232 34 0 36 127 16 47 115 61
Binary 11011100 10011010 11100 0 11110 1010111 1110 100111 1001101 110001

Color Harmonies of #DC9A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9A1C

Black with #DC9A1C

Text Example


Text Example

White with #DC9A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9A1C; }

 p { color: rgb(220,154,28); }

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

background-color css

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

 a { background-color: rgb(220,154,28); }

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

border-color css

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

 span { border-color: rgb(220,154,28); }

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