Html Css Color HEX #D7912D Buttercup

📋 copy color: '#D7912D'

red 215 ◦ green 145 ◦ blue 45

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

Shades of Buttercup #D7912D

Tints of Buttercup #D7912D

RGB

 RED value IS 215 (84.38% from 255) = 53.09%

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

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

R = 53.09%
G = 35.8%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7912D (or 0xD7912D) is known color: Buttercup. HEX triplet: D7, 91 and 2D. RGB value is (215,145,45). Sum of RGB (Red+Green+Blue) = 215+145+45=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D7912D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7912D is #286ED2. Grayscale: #9B9B9B. Windows color (decimal): -2649811 or 2986455. OLE color: 2986455.

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

Color convert

RGB 215 145 45 -
CMYK 0 0.33 0.79 0.16
HSL 35.29º 0.68% 0.51% -
HSV(B) 35.29º 0.79% 0.84% -
XYZ 38.62 34.89 7.18 -
YUV 154.53 66.19 171.13 -
System Red Green Blue C M Y K H S L
Decimal 215 145 45 0 0.33 0.79 0.16 35.29 0.68 0.51
Hex D7 91 2D 0 21 4F 10 23 44 33
Octal 327 221 55 0 41 117 20 43 104 63
Binary 11010111 10010001 101101 0 100001 1001111 10000 100011 1000100 110011

Color Harmonies of #D7912D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7912D

Black with #D7912D

Text Example


Text Example

White with #D7912D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7912D; }

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

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

background-color css

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

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

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

border-color css

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

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

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