Html Css Color HEX #D4981B Buttercup

📋 copy color: '#D4981B'

red 212 ◦ green 152 ◦ blue 27

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

Shades of Buttercup #D4981B

Tints of Buttercup #D4981B

RGB

 RED value IS 212 (83.2% from 255) = 54.22%

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

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

R = 54.22%
G = 38.87%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D4981B (or 0xD4981B) is known color: Buttercup. HEX triplet: D4, 98 and 1B. RGB value is (212,152,27). Sum of RGB (Red+Green+Blue) = 212+152+27=391 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.22% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 27 (10.94% from 255 or 6.91% from 391); Max value from RGB is 212 - color contains mainly: red. Hex color #D4981B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4981B is #2B67E4. Grayscale: #9C9C9C. Windows color (decimal): -2844645 or 1808596. OLE color: 1808596.

HSL color Cylindrical-coordinate representation of color #D4981B: hue angle of 40.54º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4981B is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 152 27 -
CMYK 0 0.28 0.87 0.17
HSL 40.54º 0.77% 0.47% -
HSV(B) 40.54º 0.87% 0.83% -
XYZ 38.58 36.53 6.06 -
YUV 155.69 55.38 168.16 -
System Red Green Blue C M Y K H S L
Decimal 212 152 27 0 0.28 0.87 0.17 40.54 0.77 0.47
Hex D4 98 1B 0 1C 57 11 29 4D 2F
Octal 324 230 33 0 34 127 21 51 115 57
Binary 11010100 10011000 11011 0 11100 1010111 10001 101001 1001101 101111

Color Harmonies of #D4981B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4981B

Black with #D4981B

Text Example


Text Example

White with #D4981B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4981B; }

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

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

background-color css

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

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

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

border-color css

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

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

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