Html Css Color HEX #D59122 Buttercup

📋 copy color: '#D59122'

red 213 ◦ green 145 ◦ blue 34

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

Shades of Buttercup #D59122

Tints of Buttercup #D59122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.67%

R = 54.34%
G = 36.99%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D59122 (or 0xD59122) is known color: Buttercup. HEX triplet: D5, 91 and 22. RGB value is (213,145,34). Sum of RGB (Red+Green+Blue) = 213+145+34=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 34 (13.67% from 255 or 8.67% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D59122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59122 is #2A6EDD. Grayscale: #999999. Windows color (decimal): -2780894 or 2265557. OLE color: 2265557.

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

Color convert

RGB 213 145 34 -
CMYK 0 0.32 0.84 0.16
HSL 37.21º 0.72% 0.48% -
HSV(B) 37.21º 0.84% 0.84% -
XYZ 37.85 34.51 6.18 -
YUV 152.68 61.03 171.03 -
System Red Green Blue C M Y K H S L
Decimal 213 145 34 0 0.32 0.84 0.16 37.21 0.72 0.48
Hex D5 91 22 0 20 54 10 25 48 30
Octal 325 221 42 0 40 124 20 45 110 60
Binary 11010101 10010001 100010 0 100000 1010100 10000 100101 1001000 110000

Color Harmonies of #D59122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59122

Black with #D59122

Text Example


Text Example

White with #D59122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59122; }

 p { color: rgb(213,145,34); }

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

background-color css

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

 a { background-color: rgb(213,145,34); }

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

border-color css

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

 span { border-color: rgb(213,145,34); }

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