Html Css Color HEX #DC9722 Buttercup

📋 copy color: '#DC9722'

red 220 ◦ green 151 ◦ blue 34

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

Shades of Buttercup #DC9722

Tints of Buttercup #DC9722

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.28%

 BLUE value IS 34 (13.67% from 255) = 8.4%

R = 54.32%
G = 37.28%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC9722 (or 0xDC9722) is known color: Buttercup. HEX triplet: DC, 97 and 22. RGB value is (220,151,34). Sum of RGB (Red+Green+Blue) = 220+151+34=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 34 (13.67% from 255 or 8.40% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9722 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9722 is #2368DD. Grayscale: #9E9E9E. Windows color (decimal): -2320606 or 2267100. OLE color: 2267100.

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

Color convert

RGB 220 151 34 -
CMYK 0 0.31 0.85 0.14
HSL 37.74º 0.73% 0.5% -
HSV(B) 37.74º 0.85% 0.86% -
XYZ 40.87 37.46 6.59 -
YUV 158.29 57.86 172.01 -
System Red Green Blue C M Y K H S L
Decimal 220 151 34 0 0.31 0.85 0.14 37.74 0.73 0.5
Hex DC 97 22 0 1F 55 E 26 49 32
Octal 334 227 42 0 37 125 16 46 111 62
Binary 11011100 10010111 100010 0 11111 1010101 1110 100110 1001001 110010

Color Harmonies of #DC9722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9722

Black with #DC9722

Text Example


Text Example

White with #DC9722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9722; }

 p { color: rgb(220,151,34); }

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

background-color css

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

 a { background-color: rgb(220,151,34); }

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

border-color css

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

 span { border-color: rgb(220,151,34); }

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