Html Css Color HEX #D4981D Buttercup

📋 copy color: '#D4981D'

red 212 ◦ green 152 ◦ blue 29

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

Shades of Buttercup #D4981D

Tints of Buttercup #D4981D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.38%

R = 53.94%
G = 38.68%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4981D (or 0xD4981D) is known color: Buttercup. HEX triplet: D4, 98 and 1D. RGB value is (212,152,29). Sum of RGB (Red+Green+Blue) = 212+152+29=393 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.94% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 29 (11.72% from 255 or 7.38% from 393); Max value from RGB is 212 - color contains mainly: red. Hex color #D4981D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4981D is #2B67E2. Grayscale: #9C9C9C. Windows color (decimal): -2844643 or 1939668. OLE color: 1939668.

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

Color convert

RGB 212 152 29 -
CMYK 0 0.28 0.86 0.17
HSL 40.33º 0.76% 0.47% -
HSV(B) 40.33º 0.86% 0.83% -
XYZ 38.6 36.54 6.18 -
YUV 155.92 56.38 168 -
System Red Green Blue C M Y K H S L
Decimal 212 152 29 0 0.28 0.86 0.17 40.33 0.76 0.47
Hex D4 98 1D 0 1C 56 11 28 4C 2F
Octal 324 230 35 0 34 126 21 50 114 57
Binary 11010100 10011000 11101 0 11100 1010110 10001 101000 1001100 101111

Color Harmonies of #D4981D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4981D

Black with #D4981D

Text Example


Text Example

White with #D4981D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4981D; }

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

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

background-color css

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

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

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

border-color css

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

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

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