Html Css Color HEX #D5981A Buttercup

📋 copy color: '#D5981A'

red 213 ◦ green 152 ◦ blue 26

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

Shades of Buttercup #D5981A

Tints of Buttercup #D5981A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.87%

 BLUE value IS 26 (10.55% from 255) = 6.65%

R = 54.48%
G = 38.87%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5981A (or 0xD5981A) is known color: Buttercup. HEX triplet: D5, 98 and 1A. RGB value is (213,152,26). Sum of RGB (Red+Green+Blue) = 213+152+26=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 26 (10.55% from 255 or 6.65% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D5981A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5981A is #2A67E5. Grayscale: #9C9C9C. Windows color (decimal): -2779110 or 1743061. OLE color: 1743061.

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

Color convert

RGB 213 152 26 -
CMYK 0 0.29 0.88 0.16
HSL 40.43º 0.78% 0.47% -
HSV(B) 40.43º 0.88% 0.84% -
XYZ 38.86 36.68 6.01 -
YUV 155.88 54.71 168.75 -
System Red Green Blue C M Y K H S L
Decimal 213 152 26 0 0.29 0.88 0.16 40.43 0.78 0.47
Hex D5 98 1A 0 1D 58 10 28 4E 2F
Octal 325 230 32 0 35 130 20 50 116 57
Binary 11010101 10011000 11010 0 11101 1011000 10000 101000 1001110 101111

Color Harmonies of #D5981A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5981A

Black with #D5981A

Text Example


Text Example

White with #D5981A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5981A; }

 p { color: rgb(213,152,26); }

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

background-color css

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

 a { background-color: rgb(213,152,26); }

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

border-color css

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

 span { border-color: rgb(213,152,26); }

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