Html Css Color HEX #D59B2D Buttercup

📋 copy color: '#D59B2D'

red 213 ◦ green 155 ◦ blue 45

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

Shades of Buttercup #D59B2D

Tints of Buttercup #D59B2D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.53%

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

R = 51.57%
G = 37.53%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D59B2D (or 0xD59B2D) is known color: Buttercup. HEX triplet: D5, 9B and 2D. RGB value is (213,155,45). Sum of RGB (Red+Green+Blue) = 213+155+45=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59B2D is #2A64D2. Grayscale: #A0A0A0. Windows color (decimal): -2778323 or 2989013. OLE color: 2989013.

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

Color convert

RGB 213 155 45 -
CMYK 0 0.27 0.79 0.16
HSL 39.29º 0.67% 0.51% -
HSV(B) 39.29º 0.79% 0.84% -
XYZ 39.64 37.78 7.69 -
YUV 159.8 63.22 165.94 -
System Red Green Blue C M Y K H S L
Decimal 213 155 45 0 0.27 0.79 0.16 39.29 0.67 0.51
Hex D5 9B 2D 0 1B 4F 10 27 43 33
Octal 325 233 55 0 33 117 20 47 103 63
Binary 11010101 10011011 101101 0 11011 1001111 10000 100111 1000011 110011

Color Harmonies of #D59B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59B2D

Black with #D59B2D

Text Example


Text Example

White with #D59B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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