Html Css Color HEX #D5942D Buttercup

📋 copy color: '#D5942D'

red 213 ◦ green 148 ◦ blue 45

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

Shades of Buttercup #D5942D

Tints of Buttercup #D5942D

RGB

 RED value IS 213 (83.59% from 255) = 52.46%

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

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

R = 52.46%
G = 36.45%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5942D (or 0xD5942D) is known color: Buttercup. HEX triplet: D5, 94 and 2D. RGB value is (213,148,45). Sum of RGB (Red+Green+Blue) = 213+148+45=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D5942D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5942D is #2A6BD2. Grayscale: #9C9C9C. Windows color (decimal): -2780115 or 2987221. OLE color: 2987221.

HSL color Cylindrical-coordinate representation of color #D5942D: hue angle of 36.79º degrees, saturation: 0.67, 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 #D5942D is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 148 45 -
CMYK 0 0.31 0.79 0.16
HSL 36.79º 0.67% 0.51% -
HSV(B) 36.79º 0.79% 0.84% -
XYZ 38.5 35.52 7.31 -
YUV 155.69 65.53 168.88 -
System Red Green Blue C M Y K H S L
Decimal 213 148 45 0 0.31 0.79 0.16 36.79 0.67 0.51
Hex D5 94 2D 0 1F 4F 10 25 43 33
Octal 325 224 55 0 37 117 20 45 103 63
Binary 11010101 10010100 101101 0 11111 1001111 10000 100101 1000011 110011

Color Harmonies of #D5942D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5942D

Black with #D5942D

Text Example


Text Example

White with #D5942D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5942D; }

 p { color: rgb(213,148,45); }

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

background-color css

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

 a { background-color: rgb(213,148,45); }

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

border-color css

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

 span { border-color: rgb(213,148,45); }

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