Html Css Color HEX #D58E1B Buttercup

📋 copy color: '#D58E1B'

red 213 ◦ green 142 ◦ blue 27

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

Shades of Buttercup #D58E1B

Tints of Buttercup #D58E1B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.17%

 BLUE value IS 27 (10.94% from 255) = 7.07%

R = 55.76%
G = 37.17%
B = 7.07%

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

#D58E1B (or 0xD58E1B) is known color: Buttercup. HEX triplet: D5, 8E and 1B. RGB value is (213,142,27). Sum of RGB (Red+Green+Blue) = 213+142+27=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 27 (10.94% from 255 or 7.07% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58E1B is #2A71E4. Grayscale: #969696. Windows color (decimal): -2781669 or 1806037. OLE color: 1806037.

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

Color convert

RGB 213 142 27 -
CMYK 0 0.33 0.87 0.16
HSL 37.1º 0.78% 0.47% -
HSV(B) 37.1º 0.87% 0.84% -
XYZ 37.31 33.57 5.55 -
YUV 150.12 58.52 172.85 -
System Red Green Blue C M Y K H S L
Decimal 213 142 27 0 0.33 0.87 0.16 37.1 0.78 0.47
Hex D5 8E 1B 0 21 57 10 25 4E 2F
Octal 325 216 33 0 41 127 20 45 116 57
Binary 11010101 10001110 11011 0 100001 1010111 10000 100101 1001110 101111

Color Harmonies of #D58E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58E1B

Black with #D58E1B

Text Example


Text Example

White with #D58E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58E1B; }

 p { color: rgb(213,142,27); }

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

background-color css

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

 a { background-color: rgb(213,142,27); }

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

border-color css

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

 span { border-color: rgb(213,142,27); }

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