Html Css Color HEX #DC8923 Buttercup

📋 copy color: '#DC8923'

red 220 ◦ green 137 ◦ blue 35

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

Shades of Buttercup #DC8923

Tints of Buttercup #DC8923

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.95%

 BLUE value IS 35 (14.06% from 255) = 8.93%

R = 56.12%
G = 34.95%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC8923 (or 0xDC8923) is known color: Buttercup. HEX triplet: DC, 89 and 23. RGB value is (220,137,35). Sum of RGB (Red+Green+Blue) = 220+137+35=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 35 (14.06% from 255 or 8.93% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8923 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8923 is #2376DC. Grayscale: #969696. Windows color (decimal): -2324189 or 2329052. OLE color: 2329052.

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

Color convert

RGB 220 137 35 -
CMYK 0 0.38 0.84 0.14
HSL 33.08º 0.73% 0.5% -
HSV(B) 33.08º 0.84% 0.86% -
XYZ 38.76 33.23 5.96 -
YUV 150.19 63 177.79 -
System Red Green Blue C M Y K H S L
Decimal 220 137 35 0 0.38 0.84 0.14 33.08 0.73 0.5
Hex DC 89 23 0 26 54 E 21 49 32
Octal 334 211 43 0 46 124 16 41 111 62
Binary 11011100 10001001 100011 0 100110 1010100 1110 100001 1001001 110010

Color Harmonies of #DC8923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8923

Black with #DC8923

Text Example


Text Example

White with #DC8923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8923; }

 p { color: rgb(220,137,35); }

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

background-color css

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

 a { background-color: rgb(220,137,35); }

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

border-color css

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

 span { border-color: rgb(220,137,35); }

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