#D4BA1C

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

Shades of Sunflower #D4BA1C

Tints of Sunflower #D4BA1C

Color information

#D4BA1C (or 0xD4BA1C) is unknown color: approx Sunflower. HEX triplet: D4, BA and 1C. RGB value is (212,186,28). Sum of RGB (Red+Green+Blue) = 212+186+28=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 28 (11.33% from 255 or 6.57% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BA1C is #2B45E3. Grayscale: #B0B0B0. Windows color (decimal): -2835940 or 1882836. OLE color: 1882836.

HSL color Cylindrical-coordinate representation of color #D4BA1C: hue angle of 51.52º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4BA1C is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB21218628-
CMYK00.120.870.17
HSL51.52º76.67%47.06%-
HSV(B)51.52º86.79%83.14%-
XYZ44.9249.28.23-
YUV175.7644.61153.85-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.77%
GREEN value IS 186 (73.05% from 255) = 43.66%
BLUE value IS 28 (11.33% from 255) = 6.57%
R=49.77%
G=43.66%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.87
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121862800.120.870.1751.5276.6747.06
HexD4BA1C0C5711344d2f
Octal32427234014127216411557
Binary110101001011101011100011001010111100011101001001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BA1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BA1C; }

 p { color: rgb(212,186,28); }

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

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

 a { background-color: rgb(212,186,28); }

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

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

 span { border-color: rgb(212,186,28); }

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