Html Css Color HEX #D5981B Buttercup

📋 copy color: '#D5981B'

red 213 ◦ green 152 ◦ blue 27

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

Shades of Buttercup #D5981B

Tints of Buttercup #D5981B

RGB

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

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

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

R = 54.34%
G = 38.78%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5981B (or 0xD5981B) is known color: Buttercup. HEX triplet: D5, 98 and 1B. RGB value is (213,152,27). Sum of RGB (Red+Green+Blue) = 213+152+27=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 27 (10.94% from 255 or 6.89% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D5981B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5981B is #2A67E4. Grayscale: #9C9C9C. Windows color (decimal): -2779109 or 1808597. OLE color: 1808597.

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

Color convert

RGB 213 152 27 -
CMYK 0 0.29 0.87 0.16
HSL 40.32º 0.78% 0.47% -
HSV(B) 40.32º 0.87% 0.84% -
XYZ 38.87 36.68 6.07 -
YUV 155.99 55.21 168.66 -
System Red Green Blue C M Y K H S L
Decimal 213 152 27 0 0.29 0.87 0.16 40.32 0.78 0.47
Hex D5 98 1B 0 1D 57 10 28 4E 2F
Octal 325 230 33 0 35 127 20 50 116 57
Binary 11010101 10011000 11011 0 11101 1010111 10000 101000 1001110 101111

Color Harmonies of #D5981B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5981B

Black with #D5981B

Text Example


Text Example

White with #D5981B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5981B; }

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

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

background-color css

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

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

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

border-color css

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

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

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