Html Css Color HEX #DC9433 Buttercup

📋 copy color: '#DC9433'

red 220 ◦ green 148 ◦ blue 51

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

Shades of Buttercup #DC9433

Tints of Buttercup #DC9433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.17%

R = 52.51%
G = 35.32%
B = 12.17%

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

#DC9433 (or 0xDC9433) is known color: Buttercup. HEX triplet: DC, 94 and 33. RGB value is (220,148,51). Sum of RGB (Red+Green+Blue) = 220+148+51=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 51 (20.31% from 255 or 12.17% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9433 is #236BCC. Grayscale: #9E9E9E. Windows color (decimal): -2321357 or 3380444. OLE color: 3380444.

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

Color convert

RGB 220 148 51 -
CMYK 0 0.33 0.77 0.14
HSL 34.44º 0.71% 0.53% -
HSV(B) 34.44º 0.77% 0.86% -
XYZ 40.7 36.63 8.06 -
YUV 158.47 67.35 171.89 -
System Red Green Blue C M Y K H S L
Decimal 220 148 51 0 0.33 0.77 0.14 34.44 0.71 0.53
Hex DC 94 33 0 21 4D E 22 47 35
Octal 334 224 63 0 41 115 16 42 107 65
Binary 11011100 10010100 110011 0 100001 1001101 1110 100010 1000111 110101

Color Harmonies of #DC9433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9433

Black with #DC9433

Text Example


Text Example

White with #DC9433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9433; }

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

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

background-color css

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

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

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

border-color css

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

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

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