Html Css Color HEX #D59A2D Buttercup

📋 copy color: '#D59A2D'

red 213 ◦ green 154 ◦ blue 45

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

Shades of Buttercup #D59A2D

Tints of Buttercup #D59A2D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.38%

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

R = 51.7%
G = 37.38%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D59A2D (or 0xD59A2D) is known color: Buttercup. HEX triplet: D5, 9A and 2D. RGB value is (213,154,45). Sum of RGB (Red+Green+Blue) = 213+154+45=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 45 (17.97% from 255 or 10.92% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59A2D is #2A65D2. Grayscale: #9F9F9F. Windows color (decimal): -2778579 or 2988757. OLE color: 2988757.

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

Color convert

RGB 213 154 45 -
CMYK 0 0.28 0.79 0.16
HSL 38.93º 0.67% 0.51% -
HSV(B) 38.93º 0.79% 0.84% -
XYZ 39.47 37.45 7.63 -
YUV 159.22 63.55 166.36 -
System Red Green Blue C M Y K H S L
Decimal 213 154 45 0 0.28 0.79 0.16 38.93 0.67 0.51
Hex D5 9A 2D 0 1C 4F 10 27 43 33
Octal 325 232 55 0 34 117 20 47 103 63
Binary 11010101 10011010 101101 0 11100 1001111 10000 100111 1000011 110011

Color Harmonies of #D59A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59A2D

Black with #D59A2D

Text Example


Text Example

White with #D59A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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