Html Css Color HEX #D6BA1F Sunflower

📋 copy color: '#D6BA1F'

red 214 ◦ green 186 ◦ blue 31

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

Shades of Sunflower #D6BA1F

Tints of Sunflower #D6BA1F

RGB

 RED value IS 214 (83.98% from 255) = 49.65%

 GREEN value IS 186 (73.05% from 255) = 43.16%

 BLUE value IS 31 (12.5% from 255) = 7.19%

R = 49.65%
G = 43.16%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6BA1F (or 0xD6BA1F) is known color: Sunflower. HEX triplet: D6, BA and 1F. RGB value is (214,186,31). Sum of RGB (Red+Green+Blue) = 214+186+31=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 31 (12.5% from 255 or 7.19% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BA1F is #2945E0. Grayscale: #B1B1B1. Windows color (decimal): -2704865 or 2079446. OLE color: 2079446.

HSL color Cylindrical-coordinate representation of color #D6BA1F: hue angle of 50.82º degrees, saturation: 0.75, 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 #D6BA1F is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 186 31 -
CMYK 0 0.13 0.86 0.16
HSL 50.82º 0.75% 0.48% -
HSV(B) 50.82º 0.86% 0.84% -
XYZ 45.54 49.51 8.45 -
YUV 176.7 45.78 154.6 -
System Red Green Blue C M Y K H S L
Decimal 214 186 31 0 0.13 0.86 0.16 50.82 0.75 0.48
Hex D6 BA 1F 0 D 56 10 33 4B 30
Octal 326 272 37 0 15 126 20 63 113 60
Binary 11010110 10111010 11111 0 1101 1010110 10000 110011 1001011 110000

Color Harmonies of #D6BA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA1F

Black with #D6BA1F

Text Example


Text Example

White with #D6BA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA1F; }

 p { color: rgb(214,186,31); }

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

background-color css

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

 a { background-color: rgb(214,186,31); }

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

border-color css

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

 span { border-color: rgb(214,186,31); }

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