Html Css Color HEX #D7941A Buttercup

📋 copy color: '#D7941A'

red 215 ◦ green 148 ◦ blue 26

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

Shades of Buttercup #D7941A

Tints of Buttercup #D7941A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.68%

R = 55.27%
G = 38.05%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D7941A (or 0xD7941A) is known color: Buttercup. HEX triplet: D7, 94 and 1A. RGB value is (215,148,26). Sum of RGB (Red+Green+Blue) = 215+148+26=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 26 (10.55% from 255 or 6.68% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D7941A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7941A is #286BE5. Grayscale: #9A9A9A. Windows color (decimal): -2649062 or 1742039. OLE color: 1742039.

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

Color convert

RGB 215 148 26 -
CMYK 0 0.31 0.88 0.16
HSL 38.73º 0.78% 0.47% -
HSV(B) 38.73º 0.88% 0.84% -
XYZ 38.8 35.7 5.82 -
YUV 154.13 55.7 171.42 -
System Red Green Blue C M Y K H S L
Decimal 215 148 26 0 0.31 0.88 0.16 38.73 0.78 0.47
Hex D7 94 1A 0 1F 58 10 27 4E 2F
Octal 327 224 32 0 37 130 20 47 116 57
Binary 11010111 10010100 11010 0 11111 1011000 10000 100111 1001110 101111

Color Harmonies of #D7941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7941A

Black with #D7941A

Text Example


Text Example

White with #D7941A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7941A; }

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

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

background-color css

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

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

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

border-color css

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

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

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