#D6B41D

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

Shades of Sunflower #D6B41D

Tints of Sunflower #D6B41D

Color information

#D6B41D (or 0xD6B41D) is unknown color: approx Sunflower. HEX triplet: D6, B4 and 1D. RGB value is (214,180,29). Sum of RGB (Red+Green+Blue) = 214+180+29=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 29 (11.72% from 255 or 6.86% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B41D is #294BE2. Grayscale: #ADADAD. Windows color (decimal): -2706403 or 1946838. OLE color: 1946838.

HSL color Cylindrical-coordinate representation of color #D6B41D: hue angle of 48.97º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6B41D is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB21418029-
CMYK00.160.860.16
HSL48.97º76.13%47.65%-
HSV(B)48.97º86.45%83.92%-
XYZ44.2747.037.91-
YUV172.9546.76157.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.59%
GREEN value IS 180 (70.70% from 255) = 42.55%
BLUE value IS 29 (11.72% from 255) = 6.86%
R=50.59%
G=42.55%
B=6.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141802900.160.860.1648.9776.1347.65
HexD6B41D0105610314c30
Octal32626435020126206111460
Binary1101011010110100111010100001010110100001100011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B41D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B41D; }

 p { color: rgb(214,180,29); }

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

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

 a { background-color: rgb(214,180,29); }

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

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

 span { border-color: rgb(214,180,29); }

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