Html Css Color HEX #D58A1C Buttercup

📋 copy color: '#D58A1C'

red 213 ◦ green 138 ◦ blue 28

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

Shades of Buttercup #D58A1C

Tints of Buttercup #D58A1C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.41%

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

R = 56.2%
G = 36.41%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D58A1C (or 0xD58A1C) is known color: Buttercup. HEX triplet: D5, 8A and 1C. RGB value is (213,138,28). Sum of RGB (Red+Green+Blue) = 213+138+28=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58A1C is #2A75E3. Grayscale: #949494. Windows color (decimal): -2782692 or 1870549. OLE color: 1870549.

HSL color Cylindrical-coordinate representation of color #D58A1C: hue angle of 35.68º 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 #D58A1C is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 138 28 -
CMYK 0 0.35 0.87 0.16
HSL 35.68º 0.77% 0.47% -
HSV(B) 35.68º 0.87% 0.84% -
XYZ 36.74 32.41 5.42 -
YUV 147.89 60.35 174.44 -
System Red Green Blue C M Y K H S L
Decimal 213 138 28 0 0.35 0.87 0.16 35.68 0.77 0.47
Hex D5 8A 1C 0 23 57 10 24 4D 2F
Octal 325 212 34 0 43 127 20 44 115 57
Binary 11010101 10001010 11100 0 100011 1010111 10000 100100 1001101 101111

Color Harmonies of #D58A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58A1C

Black with #D58A1C

Text Example


Text Example

White with #D58A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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