Html Css Color HEX #D39C2D Buttercup

📋 copy color: '#D39C2D'

red 211 ◦ green 156 ◦ blue 45

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

Shades of Buttercup #D39C2D

Tints of Buttercup #D39C2D

RGB

 RED value IS 211 (82.81% from 255) = 51.21%

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

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

R = 51.21%
G = 37.86%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D39C2D (or 0xD39C2D) is known color: Buttercup. HEX triplet: D3, 9C and 2D. RGB value is (211,156,45). Sum of RGB (Red+Green+Blue) = 211+156+45=412 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.21% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 45 (17.97% from 255 or 10.92% from 412); Max value from RGB is 211 - color contains mainly: red. Hex color #D39C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D39C2D is #2C63D2. Grayscale: #A0A0A0. Windows color (decimal): -2909139 or 2989267. OLE color: 2989267.

HSL color Cylindrical-coordinate representation of color #D39C2D: hue angle of 40.12º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D39C2D is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 156 45 -
CMYK 0 0.26 0.79 0.17
HSL 40.12º 0.65% 0.5% -
HSV(B) 40.12º 0.79% 0.83% -
XYZ 39.23 37.82 7.71 -
YUV 159.79 63.22 164.53 -
System Red Green Blue C M Y K H S L
Decimal 211 156 45 0 0.26 0.79 0.17 40.12 0.65 0.5
Hex D3 9C 2D 0 1A 4F 11 28 41 32
Octal 323 234 55 0 32 117 21 50 101 62
Binary 11010011 10011100 101101 0 11010 1001111 10001 101000 1000001 110010

Color Harmonies of #D39C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39C2D

Black with #D39C2D

Text Example


Text Example

White with #D39C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39C2D; }

 p { color: rgb(211,156,45); }

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

background-color css

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

 a { background-color: rgb(211,156,45); }

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

border-color css

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

 span { border-color: rgb(211,156,45); }

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