Html Css Color HEX #DC9C2D Buttercup

📋 copy color: '#DC9C2D'

red 220 ◦ green 156 ◦ blue 45

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

Shades of Buttercup #DC9C2D

Tints of Buttercup #DC9C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.69%

R = 52.26%
G = 37.05%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC9C2D (or 0xDC9C2D) is known color: Buttercup. HEX triplet: DC, 9C and 2D. RGB value is (220,156,45). Sum of RGB (Red+Green+Blue) = 220+156+45=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 45 (17.97% from 255 or 10.69% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9C2D is #2363D2. Grayscale: #A2A2A2. Windows color (decimal): -2319315 or 2989276. OLE color: 2989276.

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

Color convert

RGB 220 156 45 -
CMYK 0 0.29 0.80 0.14
HSL 38.06º 0.71% 0.52% -
HSV(B) 38.06º 0.8% 0.86% -
XYZ 41.88 39.18 7.84 -
YUV 162.48 61.7 169.03 -
System Red Green Blue C M Y K H S L
Decimal 220 156 45 0 0.29 0.80 0.14 38.06 0.71 0.52
Hex DC 9C 2D 0 1D 50 E 26 47 34
Octal 334 234 55 0 35 120 16 46 107 64
Binary 11011100 10011100 101101 0 11101 1010000 1110 100110 1000111 110100

Color Harmonies of #DC9C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9C2D

Black with #DC9C2D

Text Example


Text Example

White with #DC9C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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