Html Css Color HEX #D9912D Buttercup

📋 copy color: '#D9912D'

red 217 ◦ green 145 ◦ blue 45

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

Shades of Buttercup #D9912D

Tints of Buttercup #D9912D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.06%

R = 53.32%
G = 35.63%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9912D (or 0xD9912D) is known color: Buttercup. HEX triplet: D9, 91 and 2D. RGB value is (217,145,45). Sum of RGB (Red+Green+Blue) = 217+145+45=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 45 (17.97% from 255 or 11.06% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D9912D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9912D is #266ED2. Grayscale: #9B9B9B. Windows color (decimal): -2518739 or 2986457. OLE color: 2986457.

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

Color convert

RGB 217 145 45 -
CMYK 0 0.33 0.79 0.15
HSL 34.88º 0.69% 0.51% -
HSV(B) 34.88º 0.79% 0.85% -
XYZ 39.21 35.19 7.21 -
YUV 155.13 65.85 172.13 -
System Red Green Blue C M Y K H S L
Decimal 217 145 45 0 0.33 0.79 0.15 34.88 0.69 0.51
Hex D9 91 2D 0 21 4F F 23 45 33
Octal 331 221 55 0 41 117 17 43 105 63
Binary 11011001 10010001 101101 0 100001 1001111 1111 100011 1000101 110011

Color Harmonies of #D9912D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9912D

Black with #D9912D

Text Example


Text Example

White with #D9912D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9912D; }

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

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

background-color css

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

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

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

border-color css

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

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

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