Html Css Color HEX #DC9C34 Buttercup

📋 copy color: '#DC9C34'

red 220 ◦ green 156 ◦ blue 52

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

Shades of Buttercup #DC9C34

Tints of Buttercup #DC9C34

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.45%

 BLUE value IS 52 (20.7% from 255) = 12.15%

R = 51.4%
G = 36.45%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC9C34 (or 0xDC9C34) is known color: Buttercup. HEX triplet: DC, 9C and 34. RGB value is (220,156,52). Sum of RGB (Red+Green+Blue) = 220+156+52=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 52 (20.70% from 255 or 12.15% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9C34 is #2363CB. Grayscale: #A3A3A3. Windows color (decimal): -2319308 or 3448028. OLE color: 3448028.

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

Color convert

RGB 220 156 52 -
CMYK 0 0.29 0.76 0.14
HSL 37.14º 0.71% 0.53% -
HSV(B) 37.14º 0.76% 0.86% -
XYZ 42.02 39.24 8.61 -
YUV 163.28 65.2 168.46 -
System Red Green Blue C M Y K H S L
Decimal 220 156 52 0 0.29 0.76 0.14 37.14 0.71 0.53
Hex DC 9C 34 0 1D 4C E 25 47 35
Octal 334 234 64 0 35 114 16 45 107 65
Binary 11011100 10011100 110100 0 11101 1001100 1110 100101 1000111 110101

Color Harmonies of #DC9C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9C34

Black with #DC9C34

Text Example


Text Example

White with #DC9C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9C34; }

 p { color: rgb(220,156,52); }

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

background-color css

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

 a { background-color: rgb(220,156,52); }

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

border-color css

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

 span { border-color: rgb(220,156,52); }

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