Html Css Color HEX #D59C2B Buttercup

📋 copy color: '#D59C2B'

red 213 ◦ green 156 ◦ blue 43

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

Shades of Buttercup #D59C2B

Tints of Buttercup #D59C2B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.86%

 BLUE value IS 43 (17.19% from 255) = 10.44%

R = 51.7%
G = 37.86%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D59C2B (or 0xD59C2B) is known color: Buttercup. HEX triplet: D5, 9C and 2B. RGB value is (213,156,43). Sum of RGB (Red+Green+Blue) = 213+156+43=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 43 (17.19% from 255 or 10.44% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59C2B is #2A63D4. Grayscale: #A0A0A0. Windows color (decimal): -2778069 or 2858197. OLE color: 2858197.

HSL color Cylindrical-coordinate representation of color #D59C2B: hue angle of 39.88º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D59C2B is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 156 43 -
CMYK 0 0.27 0.80 0.16
HSL 39.88º 0.67% 0.5% -
HSV(B) 39.88º 0.8% 0.84% -
XYZ 39.77 38.1 7.54 -
YUV 160.16 61.88 165.69 -
System Red Green Blue C M Y K H S L
Decimal 213 156 43 0 0.27 0.80 0.16 39.88 0.67 0.5
Hex D5 9C 2B 0 1B 50 10 28 43 32
Octal 325 234 53 0 33 120 20 50 103 62
Binary 11010101 10011100 101011 0 11011 1010000 10000 101000 1000011 110010

Color Harmonies of #D59C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59C2B

Black with #D59C2B

Text Example


Text Example

White with #D59C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59C2B; }

 p { color: rgb(213,156,43); }

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

background-color css

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

 a { background-color: rgb(213,156,43); }

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

border-color css

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

 span { border-color: rgb(213,156,43); }

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