Html Css Color HEX #D4941D Buttercup

📋 copy color: '#D4941D'

red 212 ◦ green 148 ◦ blue 29

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

Shades of Buttercup #D4941D

Tints of Buttercup #D4941D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.05%

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

R = 54.5%
G = 38.05%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4941D (or 0xD4941D) is known color: Buttercup. HEX triplet: D4, 94 and 1D. RGB value is (212,148,29). Sum of RGB (Red+Green+Blue) = 212+148+29=389 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.50% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 29 (11.72% from 255 or 7.46% from 389); Max value from RGB is 212 - color contains mainly: red. Hex color #D4941D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4941D is #2B6BE2. Grayscale: #9A9A9A. Windows color (decimal): -2845667 or 1938644. OLE color: 1938644.

HSL color Cylindrical-coordinate representation of color #D4941D: hue angle of 39.02º 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 #D4941D is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 148 29 -
CMYK 0 0.30 0.86 0.17
HSL 39.02º 0.76% 0.47% -
HSV(B) 39.02º 0.86% 0.83% -
XYZ 37.96 35.27 5.97 -
YUV 153.57 57.7 169.68 -
System Red Green Blue C M Y K H S L
Decimal 212 148 29 0 0.30 0.86 0.17 39.02 0.76 0.47
Hex D4 94 1D 0 1E 56 11 27 4C 2F
Octal 324 224 35 0 36 126 21 47 114 57
Binary 11010100 10010100 11101 0 11110 1010110 10001 100111 1001100 101111

Color Harmonies of #D4941D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4941D

Black with #D4941D

Text Example


Text Example

White with #D4941D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4941D; }

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

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

background-color css

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

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

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

border-color css

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

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

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