Html Css Color HEX #D7941D Buttercup

📋 copy color: '#D7941D'

red 215 ◦ green 148 ◦ blue 29

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

Shades of Buttercup #D7941D

Tints of Buttercup #D7941D

RGB

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

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

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

R = 54.85%
G = 37.76%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7941D (or 0xD7941D) is known color: Buttercup. HEX triplet: D7, 94 and 1D. RGB value is (215,148,29). Sum of RGB (Red+Green+Blue) = 215+148+29=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 29 (11.72% from 255 or 7.40% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D7941D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7941D is #286BE2. Grayscale: #9B9B9B. Windows color (decimal): -2649059 or 1938647. OLE color: 1938647.

HSL color Cylindrical-coordinate representation of color #D7941D: hue angle of 38.39º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7941D is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 148 29 -
CMYK 0 0.31 0.87 0.16
HSL 38.39º 0.76% 0.48% -
HSV(B) 38.39º 0.87% 0.84% -
XYZ 38.84 35.72 6.01 -
YUV 154.47 57.2 171.18 -
System Red Green Blue C M Y K H S L
Decimal 215 148 29 0 0.31 0.87 0.16 38.39 0.76 0.48
Hex D7 94 1D 0 1F 57 10 26 4C 30
Octal 327 224 35 0 37 127 20 46 114 60
Binary 11010111 10010100 11101 0 11111 1010111 10000 100110 1001100 110000

Color Harmonies of #D7941D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7941D

Black with #D7941D

Text Example


Text Example

White with #D7941D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7941D; }

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

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

background-color css

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

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

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

border-color css

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

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

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