Html Css Color HEX #D9912F Buttercup

📋 copy color: '#D9912F'

red 217 ◦ green 145 ◦ blue 47

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

Shades of Buttercup #D9912F

Tints of Buttercup #D9912F

RGB

 RED value IS 217 (85.16% from 255) = 53.06%

 GREEN value IS 145 (57.03% from 255) = 35.45%

 BLUE value IS 47 (18.75% from 255) = 11.49%

R = 53.06%
G = 35.45%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D9912F (or 0xD9912F) is known color: Buttercup. HEX triplet: D9, 91 and 2F. RGB value is (217,145,47). Sum of RGB (Red+Green+Blue) = 217+145+47=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 47 (18.75% from 255 or 11.49% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D9912F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9912F is #266ED0. Grayscale: #9B9B9B. Windows color (decimal): -2518737 or 3117529. OLE color: 3117529.

HSL color Cylindrical-coordinate representation of color #D9912F: hue angle of 34.59º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D9912F is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 145 47 -
CMYK 0 0.33 0.78 0.15
HSL 34.59º 0.69% 0.52% -
HSV(B) 34.59º 0.78% 0.85% -
XYZ 39.25 35.21 7.42 -
YUV 155.36 66.85 171.97 -
System Red Green Blue C M Y K H S L
Decimal 217 145 47 0 0.33 0.78 0.15 34.59 0.69 0.52
Hex D9 91 2F 0 21 4E F 23 45 34
Octal 331 221 57 0 41 116 17 43 105 64
Binary 11011001 10010001 101111 0 100001 1001110 1111 100011 1000101 110100

Color Harmonies of #D9912F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9912F

Black with #D9912F

Text Example


Text Example

White with #D9912F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9912F; }

 p { color: rgb(217,145,47); }

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

background-color css

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

 a { background-color: rgb(217,145,47); }

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

border-color css

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

 span { border-color: rgb(217,145,47); }

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