#D69B25

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

Shades of Buttercup #D69B25

Tints of Buttercup #D69B25

Color information

#D69B25 (or 0xD69B25) is unknown color: approx Buttercup. HEX triplet: D6, 9B and 25. RGB value is (214,155,37). Sum of RGB (Red+Green+Blue) = 214+155+37=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 37 (14.84% from 255 or 9.11% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69B25 is #2964DA. Grayscale: #9F9F9F. Windows color (decimal): -2712795 or 2464726. OLE color: 2464726.

HSL color Cylindrical-coordinate representation of color #D69B25: hue angle of 40º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D69B25 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB21415537-
CMYK00.280.830.16
HSL40º70.52%49.22%-
HSV(B)40º82.71%83.92%-
XYZ39.7937.876.96-
YUV159.1959.05167.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.71%
GREEN value IS 155 (60.94% from 255) = 38.18%
BLUE value IS 37 (14.84% from 255) = 9.11%
R=52.71%
G=38.18%
B=9.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.83
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141553700.280.830.164070.5249.22
HexD69B2501C5310284731
Octal32623345034123205010761
Binary11010110100110111001010111001010011100001010001000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69B25; }

 p { color: rgb(214,155,37); }

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

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

 a { background-color: rgb(214,155,37); }

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

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

 span { border-color: rgb(214,155,37); }

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