Html Css Color HEX #D58A1B Buttercup

📋 copy color: '#D58A1B'

red 213 ◦ green 138 ◦ blue 27

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

Shades of Buttercup #D58A1B

Tints of Buttercup #D58A1B

RGB

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

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

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

R = 56.35%
G = 36.51%
B = 7.14%

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

#D58A1B (or 0xD58A1B) is known color: Buttercup. HEX triplet: D5, 8A and 1B. RGB value is (213,138,27). Sum of RGB (Red+Green+Blue) = 213+138+27=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 27 (10.94% from 255 or 7.14% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58A1B is #2A75E4. Grayscale: #949494. Windows color (decimal): -2782693 or 1805013. OLE color: 1805013.

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

Color convert

RGB 213 138 27 -
CMYK 0 0.35 0.87 0.16
HSL 35.81º 0.78% 0.47% -
HSV(B) 35.81º 0.87% 0.84% -
XYZ 36.73 32.4 5.36 -
YUV 147.77 59.85 174.53 -
System Red Green Blue C M Y K H S L
Decimal 213 138 27 0 0.35 0.87 0.16 35.81 0.78 0.47
Hex D5 8A 1B 0 23 57 10 24 4E 2F
Octal 325 212 33 0 43 127 20 44 116 57
Binary 11010101 10001010 11011 0 100011 1010111 10000 100100 1001110 101111

Color Harmonies of #D58A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58A1B

Black with #D58A1B

Text Example


Text Example

White with #D58A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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