#D38C21

Color #D38C21 Buttercup (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttercup #D38C21

Tints of Buttercup #D38C21

Color information

#D38C21 (or 0xD38C21) is unknown color: approx Buttercup. HEX triplet: D3, 8C and 21. RGB value is (211,140,33). Sum of RGB (Red+Green+Blue) = 211+140+33=384 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.95% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 33 (13.28% from 255 or 8.59% from 384); Max value from RGB is 211 - color contains mainly: red. Hex color #D38C21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38C21 is #2C73DE. Grayscale: #959595. Windows color (decimal): -2913247 or 2198739. OLE color: 2198739.

HSL color Cylindrical-coordinate representation of color #D38C21: hue angle of 36.07º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D38C21 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB21114033-
CMYK00.340.840.17
HSL36.07º72.95%47.84%-
HSV(B)36.07º84.36%82.75%-
XYZ36.5232.715.83-
YUV149.0362.52172.2-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 54.95%
GREEN value IS 140 (55.08% from 255) = 36.46%
BLUE value IS 33 (13.28% from 255) = 8.59%
R=54.95%
G=36.46%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.84
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111403300.340.840.1736.0772.9547.84
HexD38C210225411244930
Octal32321441042124214411160
Binary110100111000110010000101000101010100100011001001001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38C21; }

 p { color: rgb(211,140,33); }

 H1.HeaderClassName
 {
   color: #D38C21;
 }
 .AnyTagClassName
 {
   color: #D38C21;
 }
</style>
background-color css

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

 a { background-color: rgb(211,140,33); }

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

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

 span { border-color: rgb(211,140,33); }

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