Html Css Color HEX #DC9432 Buttercup

📋 copy color: '#DC9432'

red 220 ◦ green 148 ◦ blue 50

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

Shades of Buttercup #DC9432

Tints of Buttercup #DC9432

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.41%

 BLUE value IS 50 (19.92% from 255) = 11.96%

R = 52.63%
G = 35.41%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC9432 (or 0xDC9432) is known color: Buttercup. HEX triplet: DC, 94 and 32. RGB value is (220,148,50). Sum of RGB (Red+Green+Blue) = 220+148+50=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9432 is #236BCD. Grayscale: #9E9E9E. Windows color (decimal): -2321358 or 3314908. OLE color: 3314908.

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

Color convert

RGB 220 148 50 -
CMYK 0 0.33 0.77 0.14
HSL 34.59º 0.71% 0.53% -
HSV(B) 34.59º 0.77% 0.86% -
XYZ 40.68 36.63 7.94 -
YUV 158.36 66.85 171.97 -
System Red Green Blue C M Y K H S L
Decimal 220 148 50 0 0.33 0.77 0.14 34.59 0.71 0.53
Hex DC 94 32 0 21 4D E 23 47 35
Octal 334 224 62 0 41 115 16 43 107 65
Binary 11011100 10010100 110010 0 100001 1001101 1110 100011 1000111 110101

Color Harmonies of #DC9432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9432

Black with #DC9432

Text Example


Text Example

White with #DC9432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9432; }

 p { color: rgb(220,148,50); }

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

background-color css

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

 a { background-color: rgb(220,148,50); }

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

border-color css

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

 span { border-color: rgb(220,148,50); }

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