Html Css Color HEX #D58F1C Buttercup

📋 copy color: '#D58F1C'

red 213 ◦ green 143 ◦ blue 28

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

Shades of Buttercup #D58F1C

Tints of Buttercup #D58F1C

RGB

 RED value IS 213 (83.59% from 255) = 55.47%

 GREEN value IS 143 (56.25% from 255) = 37.24%

 BLUE value IS 28 (11.33% from 255) = 7.29%

R = 55.47%
G = 37.24%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D58F1C (or 0xD58F1C) is known color: Buttercup. HEX triplet: D5, 8F and 1C. RGB value is (213,143,28). Sum of RGB (Red+Green+Blue) = 213+143+28=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 28 (11.33% from 255 or 7.29% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58F1C is #2A70E3. Grayscale: #979797. Windows color (decimal): -2781412 or 1871829. OLE color: 1871829.

HSL color Cylindrical-coordinate representation of color #D58F1C: hue angle of 37.3º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D58F1C is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 143 28 -
CMYK 0 0.33 0.87 0.16
HSL 37.3º 0.77% 0.47% -
HSV(B) 37.3º 0.87% 0.84% -
XYZ 37.47 33.87 5.66 -
YUV 150.82 58.69 172.35 -
System Red Green Blue C M Y K H S L
Decimal 213 143 28 0 0.33 0.87 0.16 37.3 0.77 0.47
Hex D5 8F 1C 0 21 57 10 25 4D 2F
Octal 325 217 34 0 41 127 20 45 115 57
Binary 11010101 10001111 11100 0 100001 1010111 10000 100101 1001101 101111

Color Harmonies of #D58F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58F1C

Black with #D58F1C

Text Example


Text Example

White with #D58F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58F1C; }

 p { color: rgb(213,143,28); }

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

background-color css

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

 a { background-color: rgb(213,143,28); }

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

border-color css

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

 span { border-color: rgb(213,143,28); }

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